Skip to content

Commit d7e7271

Browse files
committed
Remove AsRef link as it is in the prelude
1 parent 7dba693 commit d7e7271

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/borrow.rs

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
/// provide a reference to related type `T`, it is often better to use
4141
/// [`AsRef<T>`] as more types can safely implement it.
4242
///
43-
/// [`AsRef<T>`]: crate::convert::AsRef
4443
/// [`BorrowMut<T>`]: BorrowMut
4544
/// [`Box<T>`]: ../../std/boxed/struct.Box.html
4645
/// [`Mutex<T>`]: ../../std/sync/struct.Mutex.html

0 commit comments

Comments
 (0)