Skip to content

Commit 2617542

Browse files
committed
Remove claim that wrapper types never panic
1 parent 8352081 commit 2617542

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
//!
55
//! The wrapper types *do not* enforce any atomicity guarantees; to also get atomicity, consider
66
//! 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.
97
108
#![no_std]
119
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]

0 commit comments

Comments
 (0)