mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-23 10:41:05 +00:00
Format PR 2337 with rustfmt
This commit is contained in:
+1
-1
@@ -255,7 +255,7 @@ mod lib {
|
|||||||
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "64"))]
|
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "64"))]
|
||||||
pub use std::sync::atomic::{AtomicI64, AtomicU64};
|
pub use std::sync::atomic::{AtomicI64, AtomicU64};
|
||||||
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "ptr"))]
|
#[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)))]
|
#[cfg(any(feature = "std", not(no_core_duration)))]
|
||||||
pub use self::core::time::Duration;
|
pub use self::core::time::Duration;
|
||||||
|
|||||||
Reference in New Issue
Block a user