We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2908ed6 commit 7926435Copy full SHA for 7926435
library/core/src/marker.rs
@@ -433,7 +433,7 @@ pub macro Copy($item:item) {
433
/// [`sync::Mutex`][mutex] and [`sync::RwLock`][rwlock]. These types
434
/// ensure that any mutation cannot cause data races, hence the types
435
/// are `Sync`. Likewise, [`sync::Arc`][arc] provides a thread-safe
436
-/// analogue of [`Rc`].
+/// analogue of [`Rc`][rc].
437
///
438
/// Any types with interior mutability must also use the
439
/// [`cell::UnsafeCell`][unsafecell] wrapper around the value(s) which
0 commit comments