Skip to content

Commit e63d979

Browse files
committed
Docs: restore link text after renaming anchor
The text does not need the hyphen, but the anchor name does.
1 parent 01000fb commit e63d979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
//!
8181
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
8282
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
83-
//! calls to methods on [`str`] and [`[T]`][slice] respectively, via
84-
//! [deref-coercions].
83+
//! calls to methods on [`str`] and [`[T]`][slice] respectively, via [deref
84+
//! coercions][deref-coercions].
8585
//!
8686
//! Third, the standard library defines [The Rust Prelude], a small collection
8787
//! of items - mostly traits - that are imported into every module of every

0 commit comments

Comments
 (0)