We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d296de commit 04f3dd8Copy full SHA for 04f3dd8
1 file changed
rust/kernel/sync.rs
@@ -24,7 +24,7 @@ pub use lock::spinlock::{new_spinlock, SpinLock};
24
pub use lockdep::{LockClassKey, StaticLockClassKey};
25
pub use locked_by::LockedBy;
26
27
-impl Default for LockClassKey {
+impl Default for StaticLockClassKey {
28
fn default() -> Self {
29
Self::new()
30
}
0 commit comments