diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-01-09 07:15:52 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-01-09 07:19:29 +0100 |
| commit | a89cecef0129161dd4bd85131f0ea4d6630ad194 (patch) | |
| tree | 929605b62521ed38fe9743c5b4807bcea325d919 /src/libstd/primitive_docs.rs | |
| parent | ae167c91aa9abefcd4a9697b5560330ef18e2e3e (diff) | |
| download | rust-a89cecef0129161dd4bd85131f0ea4d6630ad194.tar.gz rust-a89cecef0129161dd4bd85131f0ea4d6630ad194.zip | |
docs: Fix some 'second-edition' links
Diffstat (limited to 'src/libstd/primitive_docs.rs')
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index 7755d9339e6..475c9b4aeaa 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -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 /// |
