File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
#![ unstable( feature = "uefi_std" , issue = "100499" ) ]
4
4
#![ doc( cfg( target_os = "uefi" ) ) ]
5
+ #![ forbid( unsafe_op_in_unsafe_fn) ]
5
6
6
7
pub mod env;
7
8
#[ path = "../windows/ffi.rs" ]
Original file line number Diff line number Diff line change 1
1
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
2
2
#![ doc( cfg( target_os = "xous" ) ) ]
3
+ #![ forbid( unsafe_op_in_unsafe_fn) ]
3
4
4
5
pub mod ffi;
5
6
Original file line number Diff line number Diff line change 11
11
//!
12
12
//! [`OsStr`]: crate::ffi::OsStr
13
13
//! [`OsString`]: crate::ffi::OsString
14
+ #![ forbid( unsafe_op_in_unsafe_fn) ]
14
15
15
16
pub mod alloc;
16
17
pub 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) ]
2
2
3
3
pub mod alloc;
4
4
#[ path = "../unsupported/args.rs" ]
You can’t perform that action at this time.
0 commit comments