Remove AsRef link as it is in the prelude

This commit is contained in:
Denis Vasilik 2020-08-10 20:29:20 +02:00
parent 7dba693f0e
commit d7e7271085

View File

@ -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