File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3970,8 +3970,6 @@ impl str {
39703970 /// Note: only extended grapheme codepoints that begin the string will be
39713971 /// escaped.
39723972 ///
3973- /// [`char::escape_debug`]: ../std/primitive.char.html#method.escape_debug
3974- ///
39753973 /// # Examples
39763974 ///
39773975 /// As an iterator:
@@ -4015,8 +4013,6 @@ impl str {
40154013
40164014 /// Return an iterator that escapes each char in `self` with [`char::escape_default`].
40174015 ///
4018- /// [`char::escape_default`]: ../std/primitive.char.html#method.escape_default
4019- ///
40204016 /// # Examples
40214017 ///
40224018 /// As an iterator:
@@ -4053,8 +4049,6 @@ impl str {
40534049
40544050 /// Return an iterator that escapes each char in `self` with [`char::escape_unicode`].
40554051 ///
4056- /// [`char::escape_unicode`]: ../std/primitive.char.html#method.escape_unicode
4057- ///
40584052 /// # Examples
40594053 ///
40604054 /// As an iterator:
You can’t perform that action at this time.
0 commit comments