We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cef207f + 35fd88c commit 1f38b0dCopy full SHA for 1f38b0d
std/src/os/hurd/mod.rs
@@ -1,6 +1,7 @@
1
//! Hurd-specific definitions
2
3
#![stable(feature = "raw_ext", since = "1.1.0")]
4
+#![forbid(unsafe_op_in_unsafe_fn)]
5
6
pub mod fs;
7
pub mod raw;
0 commit comments