Skip to content

Commit 0a5a84e

Browse files
committed
Add forbid(unsafe_op_in_unsafe_fn)
1 parent 352707d commit 0a5a84e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/os/vita/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Definitions for vita
22
3+
#![forbid(unsafe_op_in_unsafe_fn)]
34
#![stable(feature = "raw_ext", since = "1.1.0")]
45

56
pub mod fs;

0 commit comments

Comments
 (0)