File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
//!
81
81
//! Note the documentation for the primitives [`str`] and [`[T]`][slice] (also
82
82
//! called 'slice'). Many method calls on [`String`] and [`Vec<T>`] are actually
83
- //! calls to methods on [`str`] and [`[T]`][slice] respectively, via [deref
84
- //! coercions].
83
+ //! calls to methods on [`str`] and [`[T]`][slice] respectively, via
84
+ //! [deref- coercions].
85
85
//!
86
86
//! Third, the standard library defines [The Rust Prelude], a small collection
87
87
//! of items - mostly traits - that are imported into every module of every
203
203
//! [`use`]: ../book/first-edition/crates-and-modules.html#importing-modules-with-use
204
204
//! [crate root]: ../book/first-edition/crates-and-modules.html#basic-terminology-crates-and-modules
205
205
//! [crates.io]: https://crates.io
206
- //! [deref coercions]: ../book/second-edition/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods
206
+ //! [deref- coercions]: ../book/second-edition/ch15-02-deref.html#implicit-deref-coercions-with-functions-and-methods
207
207
//! [files]: fs/struct.File.html
208
208
//! [multithreading]: thread/index.html
209
209
//! [other]: #what-is-in-the-standard-library-documentation
You can’t perform that action at this time.
0 commit comments