We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea39795 commit f09a2bcCopy full SHA for f09a2bc
1 file changed
rust/kernel/sync/lockdep.rs
@@ -6,7 +6,7 @@
6
//! modules, including lock classes.
7
8
use crate::{
9
- alloc::{box_ext::BoxExt, flags::*, vec_ext::VecExt},
+ alloc::flags::*,
10
c_str, fmt,
11
init::InPlaceInit,
12
new_mutex,
0 commit comments