Move/change declaration of mod exit_guard;

This commit is contained in:
zachs18 2024-07-07 10:44:47 -05:00 committed by GitHub
parent 5db165504a
commit 98010765f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;