File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ mod impl_keyword { }
538
538
/// book][book1] for more information on pattern matching. The type of the pattern is optionally
539
539
/// given afterwards, but if left blank is automatically inferred by the compiler if possible.
540
540
///
541
- /// Variables in Rust are immutable by default, and require the [ `mut`] keyword to be made mutable.
541
+ /// Variables in Rust are immutable by default, and require the `mut` keyword to be made mutable.
542
542
///
543
543
/// Multiple variables can be defined with the same name, known as shadowing. This doesn't affect
544
544
/// the original variable in any way beyond being unable to directly access it beyond the point of
@@ -561,7 +561,6 @@ mod impl_keyword { }
561
561
/// For more information on the `let` keyword, see the [Rust book] or the [Reference]
562
562
///
563
563
/// [book1]: https://doc.rust-lang.org/stable/book/2018-edition/ch06-02-match.html
564
- /// [`mut`]: keyword.mut.html
565
564
/// [`if`]: keyword.if.html
566
565
/// [book2]:
567
566
/// https://doc.rust-lang.org/stable/book/2018-edition/ch18-01-all-the-places-for-patterns.html#let-statements
You can’t perform that action at this time.
0 commit comments