We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86161ce commit 692ac99Copy full SHA for 692ac99
serde/src/lib.rs
@@ -255,7 +255,7 @@ mod lib {
255
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "64"))]
256
pub use std::sync::atomic::{AtomicI64, AtomicU64};
257
#[cfg(all(feature = "std", use_target_has_atomic, target_has_atomic = "ptr"))]
258
- pub use std::sync::atomic::{AtomicUsize, AtomicIsize};
+ pub use std::sync::atomic::{AtomicIsize, AtomicUsize};
259
260
#[cfg(any(feature = "std", not(no_core_duration)))]
261
pub use self::core::time::Duration;
0 commit comments