diff options
| author | Alexis Bourget <alexis.bourget@gmail.com> | 2020-08-11 21:30:20 +0200 |
|---|---|---|
| committer | Alexis Bourget <alexis.bourget@gmail.com> | 2020-08-11 21:30:20 +0200 |
| commit | 3ff06a9f2cd0dab421b32b00dcb573c8bc1907b1 (patch) | |
| tree | a6cb033de2a4c8f847fc2e1634655c0b54d6d09a | |
| parent | a6e492b5dbeb78b8bc37f7c0ca9a409c07945f28 (diff) | |
| download | rust-3ff06a9f2cd0dab421b32b00dcb573c8bc1907b1.tar.gz rust-3ff06a9f2cd0dab421b32b00dcb573c8bc1907b1.zip | |
Move the std::vec link back to a path-based link to make it compile with --stage 0
| -rw-r--r-- | library/std/src/prelude/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/prelude/mod.rs b/library/std/src/prelude/mod.rs index 03f150f217d..710c616be73 100644 --- a/library/std/src/prelude/mod.rs +++ b/library/std/src/prelude/mod.rs @@ -75,7 +75,7 @@ //! [`std::result`]: crate::result //! [`std::slice`]: crate::slice //! [`std::string`]: crate::string -//! [`std::vec`]: module@crate::vec +//! [`std::vec`]: ../vec/index.html //! [`to_owned`]: crate::borrow::ToOwned::to_owned //! [book-closures]: ../../book/ch13-01-closures.html //! [book-dtor]: ../../book/ch15-03-drop.html |
