Skip to content

Commit

Permalink
Format PR 2337 with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 11, 2022
1 parent 86161ce commit 692ac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 692ac99

Please sign in to comment.