Skip to content

Commit a58727c

Browse files
authored
Rollup merge of rust-lang#40520 - steveklabnik:link-core-slice, r=alexcrichton
Link core::slice to std::slice
2 parents 99a6574 + 8b7c7f3 commit a58727c

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)