Rollup merge of #40520 - steveklabnik:link-core-slice, r=alexcrichton

Link core::slice to std::slice
This commit is contained in:
Corey Farwell 2017-03-17 08:49:07 -04:00 committed by GitHub
commit 2ba4a63696
1 changed files with 3 additions and 1 deletions

View File

@ -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")]