@@ -144,8 +144,6 @@ pub fn spin_loop_hint() {
144
144
///
145
145
/// **Note**: This type is only available on platforms that support atomic
146
146
/// loads and stores of `u8`.
147
- ///
148
- /// [`bool`]: ../../../std/primitive.bool.html
149
147
#[ cfg( target_has_atomic_load_store = "8" ) ]
150
148
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
151
149
#[ repr( C , align( 1 ) ) ]
@@ -312,8 +310,6 @@ impl AtomicBool {
312
310
/// This is safe because the mutable reference guarantees that no other threads are
313
311
/// concurrently accessing the atomic data.
314
312
///
315
- /// [`bool`]: ../../../std/primitive.bool.html
316
- ///
317
313
/// # Examples
318
314
///
319
315
/// ```
@@ -486,8 +482,6 @@ impl AtomicBool {
486
482
/// **Note:** This method is only available on platforms that support atomic
487
483
/// operations on `u8`.
488
484
///
489
- /// [`bool`]: ../../../std/primitive.bool.html
490
- ///
491
485
/// # Examples
492
486
///
493
487
/// ```
@@ -545,8 +539,6 @@ impl AtomicBool {
545
539
/// **Note:** This method is only available on platforms that support atomic
546
540
/// operations on `u8`.
547
541
///
548
- /// [`bool`]: ../../../std/primitive.bool.html
549
- ///
550
542
/// # Examples
551
543
///
552
544
/// ```
@@ -766,8 +758,6 @@ impl AtomicBool {
766
758
/// use of the returned raw pointer requires an `unsafe` block and still has to uphold the same
767
759
/// restriction: operations on it must be atomic.
768
760
///
769
- /// [`bool`]: ../../../std/primitive.bool.html
770
- ///
771
761
/// # Examples
772
762
///
773
763
/// ```ignore (extern-declaration)
@@ -1710,8 +1700,6 @@ and must be equivalent to or weaker than the success ordering.
1710
1700
**Note**: This method is only available on platforms that support atomic
1711
1701
operations on [`" , $s_int_type, "`](" , $int_ref, ").
1712
1702
1713
- [`bool`]: ../../../std/primitive.bool.html
1714
-
1715
1703
# Examples
1716
1704
1717
1705
```rust
0 commit comments