Make link to std::str active

This commit is contained in:
LeSeulArtichaut 2020-03-05 08:52:46 +01:00 committed by GitHub
parent 1e179690f8
commit 6ed4829c17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,9 @@
//! String manipulation.
//!
//! For more details, see the `std::str` module.
//! For more details, see the [`std::str`] module.
//!
//! [`std::str`]: ../../std/str/index.html
#![stable(feature = "rust1", since = "1.0.0")]