about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDenis Vasilik <contact@denisvasilik.com>2020-08-10 20:29:20 +0200
committerDenis Vasilik <contact@denisvasilik.com>2020-08-10 20:29:20 +0200
commitd7e72710853983372bf64aef905f1c273b75d365 (patch)
tree7088369cdcc506aa8b49a09195f2336a4d3d7bde
parent7dba693f0e1197098ff10ac8812e1681cc79297e (diff)
downloadrust-d7e72710853983372bf64aef905f1c273b75d365.tar.gz
rust-d7e72710853983372bf64aef905f1c273b75d365.zip
Remove AsRef link as it is in the prelude
-rw-r--r--library/core/src/borrow.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/borrow.rs b/library/core/src/borrow.rs
index 8d52fb2ad8f..6f5a6aa7c79 100644
--- a/library/core/src/borrow.rs
+++ b/library/core/src/borrow.rs
@@ -40,7 +40,6 @@
 /// provide a reference to related type `T`, it is often better to use
 /// [`AsRef<T>`] as more types can safely implement it.
 ///
-/// [`AsRef<T>`]: crate::convert::AsRef
 /// [`BorrowMut<T>`]: BorrowMut
 /// [`Box<T>`]: ../../std/boxed/struct.Box.html
 /// [`Mutex<T>`]: ../../std/sync/struct.Mutex.html