Skip to content

Commit

Permalink
Remove AsRef link as it is in the prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
denisvasilik committed Aug 10, 2020
1 parent 7dba693 commit d7e7271
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/borrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7e7271

Please sign in to comment.