We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[doc(hidden)]
AtomicPrimitive::AtomicInner
1 parent fc5644d commit 141aeebCopy full SHA for 141aeeb
library/core/src/sync/atomic.rs
@@ -267,9 +267,9 @@ trait Sealed {}
267
reason = "implementation detail which may disappear or be replaced at any time",
268
issue = "none"
269
)]
270
-#[allow(private_bounds)]
+#[expect(private_bounds)]
271
pub unsafe trait AtomicPrimitive: Sized + Copy + Sealed {
272
- #[doc(hidden)]
+ /// Temporary implementation detail.
273
type AtomicInner: Sized;
274
}
275
0 commit comments