Skip to content

Commit

Permalink
Link core::slice to std::slice
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 14, 2017
1 parent fd182c4 commit 8b7c7f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libcore/slice.rs
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 8b7c7f3

Please sign in to comment.