We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a778c83 commit e189d3bCopy full SHA for e189d3b
std/src/os/xous/mod.rs
@@ -1,5 +1,6 @@
1
#![stable(feature = "rust1", since = "1.0.0")]
2
#![doc(cfg(target_os = "xous"))]
3
+#![forbid(unsafe_op_in_unsafe_fn)]
4
5
pub mod ffi;
6
std/src/sys/pal/xous/mod.rs
@@ -1,4 +1,4 @@
-#![deny(unsafe_op_in_unsafe_fn)]
pub mod alloc;
#[path = "../unsupported/args.rs"]
0 commit comments