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/libstd | |
| 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/libstd')
| -rw-r--r-- | src/libstd/prelude/mod.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index bf689bad559..551e982a3c6 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -129,10 +129,10 @@ //! [`std::string`]: ../string/index.html //! [`std::vec`]: ../vec/index.html //! [`to_owned`]: ../borrow/trait.ToOwned.html#tymethod.to_owned -//! [book-closures]: ../../book/first-edition/closures.html -//! [book-dtor]: ../../book/first-edition/drop.html -//! [book-enums]: ../../book/first-edition/enums.html -//! [book-iter]: ../../book/first-edition/iterators.html +//! [book-closures]: ../../book/ch13-01-closures.html +//! [book-dtor]: ../../book/ch15-03-drop.html +//! [book-enums]: ../../book/ch06-01-defining-an-enum.html +//! [book-iter]: ../../book/ch13-02-iterators.html #![stable(feature = "rust1", since = "1.0.0")] |
