We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustdoc::unescaped_backticks
1 parent 1b51d80 commit e066120Copy full SHA for e066120
library/core/src/ops/deref.rs
@@ -282,7 +282,7 @@ impl<T: ?Sized> DerefMut for &mut T {
282
/// FIXME(deref_patterns): The precise semantics are undecided; the rough idea is that
283
/// successive calls to `deref`/`deref_mut` without intermediate mutation should be
284
/// idempotent, in the sense that they return the same value as far as pattern-matching
285
-/// is concerned. Calls to `deref`/`deref_mut`` must leave the pointer itself likewise
+/// is concerned. Calls to `deref`/`deref_mut` must leave the pointer itself likewise
286
/// unchanged.
287
#[unstable(feature = "deref_pure_trait", issue = "87121")]
288
#[lang = "deref_pure"]
0 commit comments