Skip to content

Commit

Permalink
Rollup merge of rust-lang#40520 - steveklabnik:link-core-slice, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton

Link core::slice to std::slice
  • Loading branch information
frewsxcv authored Mar 17, 2017
2 parents 2abb307 + 8b7c7f3 commit 2d102fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libcore/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

//! Slice management and manipulation
//!
//! For more details `std::slice`.
//! For more details see [`std::slice`].
//!
//! [`std::slice`]: ../../std/slice/index.html

#![stable(feature = "rust1", since = "1.0.0")]

Expand Down

0 comments on commit 2d102fc

Please sign in to comment.