Skip to content

Commit

Permalink
Fix broken intra-doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Oct 28, 2020
1 parent bd7cbae commit e0eed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/rc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0eed3c

Please sign in to comment.