Skip to content

Commit f09a2bc

Browse files
committed
fixup! rust: sync: Implement dynamic lockdep class creation
1 parent ea39795 commit f09a2bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/sync/lockdep.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! modules, including lock classes.
77
88
use crate::{
9-
alloc::{box_ext::BoxExt, flags::*, vec_ext::VecExt},
9+
alloc::flags::*,
1010
c_str, fmt,
1111
init::InPlaceInit,
1212
new_mutex,

0 commit comments

Comments
 (0)