-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix doc links in str::escape_{debug, default, unicode} #59959
Conversation
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
This will fix the links on https://doc.rust-lang.org/nightly/std/string/struct.String.html#method.escape_debug but break the links on https://doc.rust-lang.org/nightly/std/primitive.str.html#method.escape_debug. This is #32129 for which there is no complete solution yet. |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Links to
char::escape_{debug, default, unicode}
instr::escape_{debug, default, unicode}
documentation start with../std/
but should start with../../std/
to not 404.