Skip to content

Commit 7926435

Browse files
authored
Add back missing link
1 parent 2908ed6 commit 7926435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ pub macro Copy($item:item) {
433433
/// [`sync::Mutex`][mutex] and [`sync::RwLock`][rwlock]. These types
434434
/// ensure that any mutation cannot cause data races, hence the types
435435
/// are `Sync`. Likewise, [`sync::Arc`][arc] provides a thread-safe
436-
/// analogue of [`Rc`].
436+
/// analogue of [`Rc`][rc].
437437
///
438438
/// Any types with interior mutability must also use the
439439
/// [`cell::UnsafeCell`][unsafecell] wrapper around the value(s) which

0 commit comments

Comments
 (0)