We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Deref
1 parent 40f5b30 commit fac6ce7Copy full SHA for fac6ce7
src/liballoc/string.rs
@@ -164,7 +164,7 @@ use boxed::Box;
164
/// reason.
165
///
166
/// In certain cases Rust doesn't have enough information to make this
167
-/// conversion, known as deref coercion. In the following example a string
+/// conversion, known as `Deref` coercion. In the following example a string
168
/// slice `&'a str` implements the trait `TraitExample`, and the function
169
/// `example_func` takes anything that implements the trait. In this case Rust
170
/// would need to make two implicit conversions, which Rust doesn't have the
0 commit comments