|
35 | 35 | ///
|
36 | 36 | /// For more details, visit [the chapter in *The Rust Programming Language*]
|
37 | 37 | /// [book] as well as the reference sections on [the dereference operator]
|
38 |
| -/// [ref-deref-op], [the `Deref` trait][ref-deref-trait], and [type coercions]. |
| 38 | +/// [ref-deref-op], [method resolution] and [type coercions]. |
39 | 39 | ///
|
40 | 40 | /// [book]: ../../book/second-edition/ch15-02-deref.html
|
41 | 41 | /// [`DerefMut`]: trait.DerefMut.html
|
42 | 42 | /// [more]: #more-on-deref-coercion
|
43 | 43 | /// [ref-deref-op]: ../../reference/expressions/operator-expr.html#the-dereference-operator
|
44 |
| -/// [ref-deref-trait]: ../../reference/the-deref-trait.html |
| 44 | +/// [method resolution]: ../../reference/expressions/method-call-expr.html |
45 | 45 | /// [type coercions]: ../../reference/type-coercions.html
|
46 | 46 | ///
|
47 | 47 | /// # Examples
|
@@ -122,13 +122,13 @@ impl<'a, T: ?Sized> Deref for &'a mut T {
|
122 | 122 | ///
|
123 | 123 | /// For more details, visit [the chapter in *The Rust Programming Language*]
|
124 | 124 | /// [book] as well as the reference sections on [the dereference operator]
|
125 |
| -/// [ref-deref-op], [the `Deref` trait][ref-deref-trait], and [type coercions]. |
| 125 | +/// [ref-deref-op], [method resolution] and [type coercions]. |
126 | 126 | ///
|
127 | 127 | /// [book]: ../../book/second-edition/ch15-02-deref.html
|
128 | 128 | /// [`Deref`]: trait.Deref.html
|
129 | 129 | /// [more]: #more-on-deref-coercion
|
130 | 130 | /// [ref-deref-op]: ../../reference/expressions/operator-expr.html#the-dereference-operator
|
131 |
| -/// [ref-deref-trait]: ../../reference/the-deref-trait.html |
| 131 | +/// [method resolution]: ../../reference/expressions/method-call-expr.html |
132 | 132 | /// [type coercions]: ../../reference/type-coercions.html
|
133 | 133 | ///
|
134 | 134 | /// # Examples
|
|
0 commit comments