Skip to content

Commit

Permalink
Remove the last broken link.
Browse files Browse the repository at this point in the history
Dangit. I really thought I got them all.
  • Loading branch information
iirelu committed Sep 26, 2018
1 parent 577dbc8 commit 619dfeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ mod impl_keyword { }
/// book][book1] for more information on pattern matching. The type of the pattern is optionally
/// given afterwards, but if left blank is automatically inferred by the compiler if possible.
///
/// Variables in Rust are immutable by default, and require the [`mut`] keyword to be made mutable.
/// Variables in Rust are immutable by default, and require the `mut` keyword to be made mutable.
///
/// Multiple variables can be defined with the same name, known as shadowing. This doesn't affect
/// the original variable in any way beyond being unable to directly access it beyond the point of
Expand All @@ -561,7 +561,6 @@ mod impl_keyword { }
/// For more information on the `let` keyword, see the [Rust book] or the [Reference]
///
/// [book1]: https://doc.rust-lang.org/stable/book/2018-edition/ch06-02-match.html
/// [`mut`]: keyword.mut.html
/// [`if`]: keyword.if.html
/// [book2]:
/// https://doc.rust-lang.org/stable/book/2018-edition/ch18-01-all-the-places-for-patterns.html#let-statements
Expand Down

0 comments on commit 619dfeb

Please sign in to comment.