We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow
expect
1 parent 5c4167b commit 39051adCopy full SHA for 39051ad
rust/pin-init/examples/pthread_mutex.rs
@@ -42,7 +42,7 @@ mod pthread_mtx {
42
43
#[derive(Debug)]
44
pub enum Error {
45
- #[expect(dead_code)]
+ #[allow(dead_code)]
46
IO(std::io::Error),
47
Alloc,
48
}
0 commit comments