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 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 [deref
84- //! coercions].
83+ //! calls to methods on [`str`] and [`[T]`][slice] respectively, via
84+ //! [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
203203//! [`use`]: ../book/first-edition/crates-and-modules.html#importing-modules-with-use
204204//! [crate root]: ../book/first-edition/crates-and-modules.html#basic-terminology-crates-and-modules
205205//! [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
207207//! [files]: fs/struct.File.html
208208//! [multithreading]: thread/index.html
209209//! [other]: #what-is-in-the-standard-library-documentation
You can’t perform that action at this time.
0 commit comments