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 50deb1f commit db4a587Copy full SHA for db4a587
library/core/src/sync/atomic.rs
@@ -266,9 +266,9 @@ trait Sealed {}
266
reason = "implementation detail which may disappear or be replaced at any time",
267
issue = "none"
268
)]
269
-#[allow(private_bounds)]
+#[expect(private_bounds)]
270
pub unsafe trait AtomicPrimitive: Sized + Copy + Sealed {
271
- #[doc(hidden)]
+ /// Temporary implementation detail.
272
type AtomicInner: Sized;
273
}
274
0 commit comments