Format PR 2337 with rustfmt
This commit is contained in:
parent
86161ce15f
commit
692ac99c69
@ -255,7 +255,7 @@ mod lib {
|
||||
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "64"))]
|
||||
pub use std::sync::atomic::{AtomicI64, AtomicU64};
|
||||
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "ptr"))]
|
||||
pub use std::sync::atomic::{AtomicUsize, AtomicIsize};
|
||||
pub use std::sync::atomic::{AtomicIsize, AtomicUsize};
|
||||
|
||||
#[cfg(any(feature = "std", not(no_core_duration)))]
|
||||
pub use self::core::time::Duration;
|
||||
|
Loading…
x
Reference in New Issue
Block a user