We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4223 commit 2721cd1Copy full SHA for 2721cd1
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