mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix broken intra-doc link
This commit is contained in:
parent
bd7cbaecd3
commit
e0eed3c558
@ -230,7 +230,7 @@
|
||||
//! [`Cell`]: core::cell::Cell
|
||||
//! [`RefCell`]: core::cell::RefCell
|
||||
//! [send]: core::marker::Send
|
||||
//! [arc]: alloc::sync::Arc
|
||||
//! [arc]: crate::sync::Arc
|
||||
//! [`Deref`]: core::ops::Deref
|
||||
//! [downgrade]: Rc::downgrade
|
||||
//! [upgrade]: Weak::upgrade
|
||||
|
Loading…
Reference in New Issue
Block a user