Link core::slice to std::slice
This commit is contained in:
parent
fd182c4010
commit
8b7c7f3fa5
@ -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")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user