Skip to content

Commit

Permalink
Fix incorrect link in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Sep 2, 2020
1 parent 44bacc3 commit bb10347
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`]: crate::vec!
//! [`std::vec`]: mod@crate::vec
//! [`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 bb10347

Please sign in to comment.