We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The broken link can be observed here for example https://doc.rust-lang.org/std/string/struct.String.html#iterator-behavior-8
It links to https://doc.rust-lang.org/std/string/iter/trait.DoubleEndedIterator.html the std/string/iter link is dead (why did CI not catch this?) and should just be std/iter, as in https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html .
std/string/iter
std/iter
The text was updated successfully, but these errors were encountered:
This is a duplicate of #32129.
Sorry, something went wrong.
Thanks, closed as duplicate of #32129
No branches or pull requests
The broken link can be observed here for example https://doc.rust-lang.org/std/string/struct.String.html#iterator-behavior-8
It links to https://doc.rust-lang.org/std/string/iter/trait.DoubleEndedIterator.html
the
std/string/iter
link is dead (why did CI not catch this?) and should just bestd/iter
, as in https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html .The text was updated successfully, but these errors were encountered: