We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dba693 commit d7e7271Copy full SHA for d7e7271
library/core/src/borrow.rs
@@ -40,7 +40,6 @@
40
/// provide a reference to related type `T`, it is often better to use
41
/// [`AsRef<T>`] as more types can safely implement it.
42
///
43
-/// [`AsRef<T>`]: crate::convert::AsRef
44
/// [`BorrowMut<T>`]: BorrowMut
45
/// [`Box<T>`]: ../../std/boxed/struct.Box.html
46
/// [`Mutex<T>`]: ../../std/sync/struct.Mutex.html
0 commit comments