Skip to content

Commit e0eed3c

Browse files
committed
Fix broken intra-doc link
1 parent bd7cbae commit e0eed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
//! [`Cell`]: core::cell::Cell
231231
//! [`RefCell`]: core::cell::RefCell
232232
//! [send]: core::marker::Send
233-
//! [arc]: alloc::sync::Arc
233+
//! [arc]: crate::sync::Arc
234234
//! [`Deref`]: core::ops::Deref
235235
//! [downgrade]: Rc::downgrade
236236
//! [upgrade]: Weak::upgrade

0 commit comments

Comments
 (0)