Commit 30cea86 1 parent 77a24bd commit 30cea86 Copy full SHA for 30cea86
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ pub const fn identity<T>(x: T) -> T {
138
138
///
139
139
/// [dereferenceable types]: core::ops::Deref
140
140
/// [pointed-to value]: core::ops::Deref::Target
141
- /// ['`Deref` coercion']: core::ops::Deref#more-on- deref-coercion
141
+ /// ['`Deref` coercion']: core::ops::Deref#deref-coercion
142
142
///
143
143
/// ```
144
144
/// let x = Box::new(5i32);
@@ -244,7 +244,7 @@ pub trait AsRef<T: ?Sized> {
244
244
///
245
245
/// [mutably dereferenceable types]: core::ops::DerefMut
246
246
/// [pointed-to value]: core::ops::Deref::Target
247
- /// ['`Deref` coercion']: core::ops::DerefMut#more-on -deref-coercion
247
+ /// ['`Deref` coercion']: core::ops::DerefMut#mutable -deref-coercion
248
248
///
249
249
/// ```
250
250
/// let mut x = Box::new(5i32);
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ impl<T: ?Sized> Deref for &mut T {
207
207
///
208
208
/// [book]: ../../book/ch15-02-deref.html
209
209
/// [coercion]: #mutable-deref-coercion
210
- /// [implementing]: trait. Deref.html #when-to-implement-deref-or-derefmut
210
+ /// [implementing]: Deref#when-to-implement-deref-or-derefmut
211
211
/// [ref-deref-op]: ../../reference/expressions/operator-expr.html#the-dereference-operator
212
212
/// [method resolution]: ../../reference/expressions/method-call-expr.html
213
213
/// [type coercions]: ../../reference/type-coercions.html
You can’t perform that action at this time.
0 commit comments