Skip to content

Commit e066120

Browse files
committed
Remove spurious backtick detected by rustdoc::unescaped_backticks
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 1b51d80 commit e066120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ops/deref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl<T: ?Sized> DerefMut for &mut T {
282282
/// FIXME(deref_patterns): The precise semantics are undecided; the rough idea is that
283283
/// successive calls to `deref`/`deref_mut` without intermediate mutation should be
284284
/// 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
285+
/// is concerned. Calls to `deref`/`deref_mut` must leave the pointer itself likewise
286286
/// unchanged.
287287
#[unstable(feature = "deref_pure_trait", issue = "87121")]
288288
#[lang = "deref_pure"]

0 commit comments

Comments
 (0)