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
Example here:
http://static.rust-lang.org/doc/master/tutorial-tasks.html
Link for std::comm points to http://static.rust-lang.org/doc/master/std/comm.html where as the correct link would be http://static.rust-lang.org/doc/master/std/comm/index.html
std::comm
This is relatively consistent error across the tutorials.
The text was updated successfully, but these errors were encountered:
I'm taking on this bug.
Sorry, something went wrong.
doc: fix links to comply with the new rustdoc
c51ad14
Closes rust-lang#9911.
9583509
22465e9
don't trigger blocks_in_conditions when the condition contains a `r…
blocks_in_conditions
1b62885
…eturn` (rust-lang#14338) fixes rust-lang#9911 changelog: [`blocks_in_conditions`]: don't trigger the lint when the condition contains a `return`
No branches or pull requests
Example here:
http://static.rust-lang.org/doc/master/tutorial-tasks.html
Link for
std::comm
points to http://static.rust-lang.org/doc/master/std/comm.html where as the correct link would be http://static.rust-lang.org/doc/master/std/comm/index.htmlThis is relatively consistent error across the tutorials.
The text was updated successfully, but these errors were encountered: