We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352707d commit 0a5a84eCopy full SHA for 0a5a84e
library/std/src/os/vita/mod.rs
@@ -1,5 +1,6 @@
1
//! Definitions for vita
2
3
+#![forbid(unsafe_op_in_unsafe_fn)]
4
#![stable(feature = "raw_ext", since = "1.1.0")]
5
6
pub mod fs;
0 commit comments