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.
deny(unsafe_op_in_unsafe_fn)
1 parent 2c5d337 commit 785a12bCopy full SHA for 785a12b
library/std/src/os/hermit/mod.rs
@@ -1,4 +1,5 @@
1
#![stable(feature = "rust1", since = "1.0.0")]
2
+#![deny(unsafe_op_in_unsafe_fn)]
3
4
#[allow(unused_extern_crates)]
5
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments