diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-14 02:41:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 02:41:16 +0100 |
| commit | aa896f30bb7f848b8becf54b614b8eadcef22a26 (patch) | |
| tree | 77ca0b4d9c39d45e646d9264adda036cfeb8fb1e /src/libtest | |
| parent | 93ecae63d89f66af6029a002b2269e6fb3687dd4 (diff) | |
| parent | e7f8e63ed425cef77a9ad43e463b39009c1a495a (diff) | |
| download | rust-aa896f30bb7f848b8becf54b614b8eadcef22a26.tar.gz rust-aa896f30bb7f848b8becf54b614b8eadcef22a26.zip | |
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Convert old first edition links to current edition one r? @steveklabnik
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index e753a74b925..5c7fb1b8044 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -6,7 +6,7 @@ //! benchmarks themselves) should be done via the `#[test]` and //! `#[bench]` attributes. //! -//! See the [Testing Chapter](../book/first-edition/testing.html) of the book for more details. +//! See the [Testing Chapter](../book/ch11-00-testing.html) of the book for more details. // Currently, not much of this is meant for users. It is intended to // support the simplest interface possible for representing and |
