We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ea93b commit 2f133afCopy full SHA for 2f133af
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