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