From e0eed3c55836292907ec4ea5ce0a3b62e62bed38 Mon Sep 17 00:00:00 2001 From: Camelid Date: Sun, 30 Aug 2020 21:22:10 -0700 Subject: Fix broken intra-doc link --- library/alloc/src/rc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/alloc/src') diff --git a/library/alloc/src/rc.rs b/library/alloc/src/rc.rs index fdf64953e2a..eaf67cfda25 100644 --- a/library/alloc/src/rc.rs +++ b/library/alloc/src/rc.rs @@ -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 -- cgit 1.4.1-3-g733a5