From 61539abb3a847591392f53b17f2cefb2fd15cfa6 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Wed, 20 Feb 2019 14:53:45 +0100 Subject: [PATCH] Fix links in String deref docs for str::escape methods --- src/libcore/str/mod.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/libcore/str/mod.rs b/src/libcore/str/mod.rs index 528281d317be..23c7b8317c56 100644 --- a/src/libcore/str/mod.rs +++ b/src/libcore/str/mod.rs @@ -3970,8 +3970,6 @@ impl str { /// Note: only extended grapheme codepoints that begin the string will be /// escaped. /// - /// [`char::escape_debug`]: ../std/primitive.char.html#method.escape_debug - /// /// # Examples /// /// As an iterator: @@ -4015,8 +4013,6 @@ impl str { /// Return an iterator that escapes each char in `self` with [`char::escape_default`]. /// - /// [`char::escape_default`]: ../std/primitive.char.html#method.escape_default - /// /// # Examples /// /// As an iterator: @@ -4053,8 +4049,6 @@ impl str { /// Return an iterator that escapes each char in `self` with [`char::escape_unicode`]. /// - /// [`char::escape_unicode`]: ../std/primitive.char.html#method.escape_unicode - /// /// # Examples /// /// As an iterator: