Skip to content

Commit 692ac99

Browse files
committed
Format PR 2337 with rustfmt
1 parent 86161ce commit 692ac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ mod lib {
255255
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "64"))]
256256
pub use std::sync::atomic::{AtomicI64, AtomicU64};
257257
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "ptr"))]
258-
pub use std::sync::atomic::{AtomicUsize, AtomicIsize};
258+
pub use std::sync::atomic::{AtomicIsize, AtomicUsize};
259259

260260
#[cfg(any(feature = "std", not(no_core_duration)))]
261261
pub use self::core::time::Duration;

0 commit comments

Comments
 (0)