Skip to content

Commit 29d7923

Browse files
authored
Move/change declaration of mod exit_guard;
1 parent 5e9d445 commit 29d7923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
/// descriptors.
44
mod pal;
55

6-
pub(crate) mod exit_guard;
76
mod personality;
87

98
pub mod backtrace;
109
pub mod cmath;
10+
pub mod exit_guard;
1111
pub mod os_str;
1212
pub mod path;
1313
pub mod sync;

0 commit comments

Comments
 (0)