diff options
| author | zachs18 <8355914+zachs18@users.noreply.github.com> | 2024-07-07 10:44:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-07 10:44:47 -0500 |
| commit | 98010765f949307bf53ebb692e45e428ba318aa1 (patch) | |
| tree | 253d85da857fc529d72287bb823def3a43e9d246 /library/std/src/sys/mod.rs | |
| parent | 5db165504ada6fde86f93d275a0d6380263ee381 (diff) | |
| download | rust-98010765f949307bf53ebb692e45e428ba318aa1.tar.gz rust-98010765f949307bf53ebb692e45e428ba318aa1.zip | |
Move/change declaration of `mod exit_guard;`
Diffstat (limited to 'library/std/src/sys/mod.rs')
| -rw-r--r-- | library/std/src/sys/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/mod.rs b/library/std/src/sys/mod.rs index 22ebc979bf7..4092e6080d5 100644 --- a/library/std/src/sys/mod.rs +++ b/library/std/src/sys/mod.rs @@ -3,11 +3,11 @@ /// descriptors. mod pal; -pub(crate) mod exit_guard; mod personality; pub mod backtrace; pub mod cmath; +pub mod exit_guard; pub mod os_str; pub mod path; pub mod sync; |
