File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -3970,8 +3970,6 @@ impl str {
3970
3970
/// Note: only extended grapheme codepoints that begin the string will be
3971
3971
/// escaped.
3972
3972
///
3973
- /// [`char::escape_debug`]: ../std/primitive.char.html#method.escape_debug
3974
- ///
3975
3973
/// # Examples
3976
3974
///
3977
3975
/// As an iterator:
@@ -4015,8 +4013,6 @@ impl str {
4015
4013
4016
4014
/// Return an iterator that escapes each char in `self` with [`char::escape_default`].
4017
4015
///
4018
- /// [`char::escape_default`]: ../std/primitive.char.html#method.escape_default
4019
- ///
4020
4016
/// # Examples
4021
4017
///
4022
4018
/// As an iterator:
@@ -4053,8 +4049,6 @@ impl str {
4053
4049
4054
4050
/// Return an iterator that escapes each char in `self` with [`char::escape_unicode`].
4055
4051
///
4056
- /// [`char::escape_unicode`]: ../std/primitive.char.html#method.escape_unicode
4057
- ///
4058
4052
/// # Examples
4059
4053
///
4060
4054
/// As an iterator:
You can’t perform that action at this time.
0 commit comments