Link core::slice to std::slice

This commit is contained in:
steveklabnik 2017-03-14 13:42:12 -04:00
parent fd182c4010
commit 8b7c7f3fa5
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")]