Skip to content

Commit

Permalink
remove dead_code from mod lock
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed May 6, 2024
1 parent 58d4b13 commit f996e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ cfg_if::cfg_if! {
}
}

#[allow(dead_code)]
#[cfg(feature = "std")]
mod lock {
use std::boxed::Box;
Expand Down

0 comments on commit f996e66

Please sign in to comment.