Move/change declaration of mod exit_guard;
This commit is contained in:
parent
5db165504a
commit
98010765f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue