We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4fe270 + 4b80d59 commit 09b794cCopy full SHA for 09b794c
src/liballoc/arc.rs
@@ -95,7 +95,7 @@ const MAX_REFCOUNT: usize = (isize::MAX) as usize;
95
/// # Cloning references
96
///
97
/// Creating a new reference from an existing reference counted pointer is done using the
98
-/// `Clone` trait implemented for [`Arc<T>`][`arc`] and [`Weak<T>`][`weak`].
+/// `Clone` trait implemented for [`Arc<T>`][arc] and [`Weak<T>`][weak].
99
100
/// ```
101
/// use std::sync::Arc;
0 commit comments