Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a510715

Browse files
Update library/std/src/os/nto/mod.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent cef9d4c commit a510715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/nto/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#![stable(feature = "raw_ext", since = "1.1.0")]
22

33
pub mod fs;
4-
pub mod raw;
4+
pub(super) mod raw;

0 commit comments

Comments
 (0)