Fix incorrect link in prelude

This commit is contained in:
Joshua Nelson 2020-09-02 17:36:56 -04:00
parent 44bacc3ffa
commit bb103476a9
1 changed files with 1 additions and 1 deletions

View File

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