Skip to content

Commit

Permalink
Move the std::vec link back to a path-based link to make it compile w…
Browse files Browse the repository at this point in the history
…ith --stage 0
  • Loading branch information
poliorcetics committed Aug 11, 2020
1 parent a6e492b commit 3ff06a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ff06a9

Please sign in to comment.