Skip to content

Commit 8b7c7f3

Browse files
committed
Link core::slice to std::slice
1 parent fd182c4 commit 8b7c7f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libcore/slice.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
//! Slice management and manipulation
1212
//!
13-
//! For more details `std::slice`.
13+
//! For more details see [`std::slice`].
14+
//!
15+
//! [`std::slice`]: ../../std/slice/index.html
1416
1517
#![stable(feature = "rust1", since = "1.0.0")]
1618

0 commit comments

Comments
 (0)