Move the std::vec link back to a path-based link to make it compile with --stage 0

This commit is contained in:
Alexis Bourget 2020-08-11 21:30:20 +02:00
parent a6e492b5db
commit 3ff06a9f2c

View File

@ -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