summaryrefslogtreecommitdiffstats
path: root/library/core/src/sync/exclusive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/sync/exclusive.rs')
-rw-r--r--library/core/src/sync/exclusive.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/core/src/sync/exclusive.rs b/library/core/src/sync/exclusive.rs
index 301ad41c9..3f3e19c55 100644
--- a/library/core/src/sync/exclusive.rs
+++ b/library/core/src/sync/exclusive.rs
@@ -69,9 +69,6 @@ use core::task::{Context, Poll};
/// for any value. This is a parallel with the fact that
/// `&` and `&mut` references together can be thought of as a _compile-time_
/// version of a read-write lock.
-///
-///
-/// [`Sync`]: core::marker::Sync
#[unstable(feature = "exclusive_wrapper", issue = "98407")]
#[doc(alias = "SyncWrapper")]
#[doc(alias = "SyncCell")]