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
error: mutable borrow from immutable input(s) --> examples/apps/hello/src/lib.rs:124:47 | 124 | unsafe fn get_mut_unchecked(&self) -> &mut T { | ^^^^^^ | = note: #[deny(clippy::mut_from_ref)] on by default note: immutable borrow here --> examples/apps/hello/src/lib.rs:124:37 | 124 | unsafe fn get_mut_unchecked(&self) -> &mut T { | ^^^^^ = help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#clippy::mut_from_ref
note the url at the end, going here does not show anything, you must remove the clippy:: namespacing.
clippy::
My suggestion would be to keep the namespacing and update the webpage to strip it when searching.
The text was updated successfully, but these errors were encountered:
Thanks for the report! We should really have a linkchecker on CI that checks the links of every lint, as this happened before.
Sorry, something went wrong.
remove "clippy::" lint prefix from lint name in doc url.
554fe1e
Fixes rust-lang#3132
No branches or pull requests
note the url at the end, going here does not show anything, you must remove the
clippy::
namespacing.My suggestion would be to keep the namespacing and update the webpage to strip it when searching.
The text was updated successfully, but these errors were encountered: