File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
33#![ unstable( feature = "uefi_std" , issue = "100499" ) ]
44#![ doc( cfg( target_os = "uefi" ) ) ]
5+ #![ forbid( unsafe_op_in_unsafe_fn) ]
56
67pub mod env;
78#[ path = "../windows/ffi.rs" ]
Original file line number Diff line number Diff line change 11#![ stable( feature = "rust1" , since = "1.0.0" ) ]
22#![ doc( cfg( target_os = "xous" ) ) ]
3+ #![ forbid( unsafe_op_in_unsafe_fn) ]
34
45pub mod ffi;
56
Original file line number Diff line number Diff line change 1111//!
1212//! [`OsStr`]: crate::ffi::OsStr
1313//! [`OsString`]: crate::ffi::OsString
14+ #![ forbid( unsafe_op_in_unsafe_fn) ]
1415
1516pub mod alloc;
1617pub mod args;
Original file line number Diff line number Diff line change 1- #![ deny ( unsafe_op_in_unsafe_fn) ]
1+ #![ forbid ( unsafe_op_in_unsafe_fn) ]
22
33pub mod alloc;
44#[ path = "../unsupported/args.rs" ]
You can’t perform that action at this time.
0 commit comments