Skip to content

Commit

Permalink
Rollup merge of #69728 - LeSeulArtichaut:patch-1, r=steveklabnik
Browse files Browse the repository at this point in the history
Make link to `std::str` active

Closes #69726.

r? @dtolnay
  • Loading branch information
Dylan-DPC authored Mar 5, 2020
2 parents 22a743b + 6ed4829 commit 7aac135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down

0 comments on commit 7aac135

Please sign in to comment.