xous: Forbid unwrapped unsafe in platform modules
This commit is contained in:
parent
24d2ac0b56
commit
b5a83a6f71
@ -1,5 +1,6 @@
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
#![doc(cfg(target_os = "xous"))]
|
||||
#![forbid(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
pub mod ffi;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![forbid(unsafe_op_in_unsafe_fn)]
|
||||
|
||||
pub mod alloc;
|
||||
#[path = "../unsupported/args.rs"]
|
||||
|
Loading…
Reference in New Issue
Block a user