We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8352081 commit 2617542Copy full SHA for 2617542
src/lib.rs
@@ -4,8 +4,6 @@
4
//!
5
//! The wrapper types *do not* enforce any atomicity guarantees; to also get atomicity, consider
6
//! looking at the `Atomic` wrapper types found in `libcore` or `libstd`.
7
-//!
8
-//! These wrappers do not depend on the standard library and never panic.
9
10
#![no_std]
11
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
0 commit comments