We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01000fb commit e63d979Copy full SHA for e63d979
src/libstd/lib.rs
@@ -80,8 +80,8 @@
80
//!
81
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
82
//! 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].
+//! calls to methods on [`str`] and [`[T]`][slice] respectively, via [deref
+//! coercions][deref-coercions].
85
86
//! Third, the standard library defines [The Rust Prelude], a small collection
87
//! of items - mostly traits - that are imported into every module of every
0 commit comments