about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexis Bourget <alexis.bourget@gmail.com>2020-08-11 21:30:20 +0200
committerAlexis Bourget <alexis.bourget@gmail.com>2020-08-11 21:30:20 +0200
commit3ff06a9f2cd0dab421b32b00dcb573c8bc1907b1 (patch)
treea6cb033de2a4c8f847fc2e1634655c0b54d6d09a
parenta6e492b5dbeb78b8bc37f7c0ca9a409c07945f28 (diff)
downloadrust-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.rs2
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