Skip to content

Commit 61539ab

Browse files
committed
Fix links in String deref docs for str::escape methods
1 parent a85ec7c commit 61539ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libcore/str/mod.rs

-6
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)