Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9801076

Browse files
authoredJul 7, 2024
Move/change declaration of mod exit_guard;
1 parent 5db1655 commit 9801076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/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)
Failed to load comments.