We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef9d4c commit a510715Copy full SHA for a510715
library/std/src/os/nto/mod.rs
@@ -1,4 +1,4 @@
1
#![stable(feature = "raw_ext", since = "1.1.0")]
2
3
pub mod fs;
4
-pub mod raw;
+pub(super) mod raw;
0 commit comments