File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
/// The companion trait [`BorrowMut`] provides the same guarantees for
38
38
/// mutable references.
39
39
///
40
- /// [`Box<T>`]: ../boxed/struct.Box.html
41
- /// [`Rc<T>`]: ../rc/struct.Rc.html
42
- /// [`Vec<T>`]: ../vec/struct.Vec.html
43
- /// [`AsRef`]: ../convert/trait.AsRef.html
40
+ /// [`Box<T>`]: ../../std/ boxed/struct.Box.html
41
+ /// [`Rc<T>`]: ../../std/ rc/struct.Rc.html
42
+ /// [`Vec<T>`]: ../../std/ vec/struct.Vec.html
43
+ /// [`AsRef`]: ../../std/ convert/trait.AsRef.html
44
44
/// [`BorrowMut`]: trait.BorrowMut.html
45
45
///
46
46
/// # Examples
144
144
/// others access to the underlying `str`, it can do that via `AsRef<str>`
145
145
/// which doesn’t carry any such restrictions.
146
146
///
147
- /// [`Hash`]: ../hash/trait.Hash.html
148
- /// [`HashMap<K, V>`]: ../collections/struct.HashMap.html
149
- /// [`String`]: ../string/struct.String.html
150
- /// [`str`]: ../primitive.str.html
147
+ /// [`Hash`]: ../../std/ hash/trait.Hash.html
148
+ /// [`HashMap<K, V>`]: ../../std/ collections/struct.HashMap.html
149
+ /// [`String`]: ../../std/ string/struct.String.html
150
+ /// [`str`]: ../../std/ primitive.str.html
151
151
///
152
152
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
153
153
pub trait Borrow < Borrowed : ?Sized > {
You can’t perform that action at this time.
0 commit comments