From 3ff06a9f2cd0dab421b32b00dcb573c8bc1907b1 Mon Sep 17 00:00:00 2001 From: Alexis Bourget Date: Tue, 11 Aug 2020 21:30:20 +0200 Subject: [PATCH] Move the std::vec link back to a path-based link to make it compile with --stage 0 --- library/std/src/prelude/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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