Docs: restore link text after renaming anchor
The text does not need the hyphen, but the anchor name does.
This commit is contained in:
parent
01000fb5c6
commit
e63d979e22
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@
|
|||
//!
|
||||
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
|
||||
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
|
||||
//! calls to methods on [`str`] and [`[T]`][slice] respectively, via
|
||||
//! [deref-coercions].
|
||||
//! calls to methods on [`str`] and [`[T]`][slice] respectively, via [deref
|
||||
//! coercions][deref-coercions].
|
||||
//!
|
||||
//! Third, the standard library defines [The Rust Prelude], a small collection
|
||||
//! of items - mostly traits - that are imported into every module of every
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue