Fix broken links to second edition TRPL.

Fixes https://github.com/rust-lang/rust/issues/57104.
This commit is contained in:
Corey Farwell 2019-01-01 12:53:07 -05:00
parent 36500deb1a
commit d2c91a1a6d
73 changed files with 149 additions and 149 deletions

View file

@ -923,7 +923,7 @@ mod prim_usize { }
/// For more information on how to use references, see [the book's section on "References and
/// Borrowing"][book-refs].
///
/// [book-refs]: ../book/second-edition/ch04-02-references-and-borrowing.html
/// [book-refs]: ../book/ch04-02-references-and-borrowing.html
///
/// # Trait implementations
///