Rollup merge of #43793 - j-browne:master, r=steveklabnik
Fix broken links in Arc documentation Some link references had ticks, when they should not have had them.
This commit is contained in:
commit
77904aad52
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ const MAX_REFCOUNT: usize = (isize::MAX) as usize;
|
|||
/// # Cloning references
|
||||
///
|
||||
/// Creating a new reference from an existing reference counted pointer is done using the
|
||||
/// `Clone` trait implemented for [`Arc<T>`][`arc`] and [`Weak<T>`][`weak`].
|
||||
/// `Clone` trait implemented for [`Arc<T>`][arc] and [`Weak<T>`][weak].
|
||||
///
|
||||
/// ```
|
||||
/// use std::sync::Arc;
|
||||
|
|
Loading…
Add table
Reference in a new issue