Move the std::vec link back to a path-based link to make it compile with --stage 0
This commit is contained in:
parent
a6e492b5db
commit
3ff06a9f2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user