We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello. It seems that clippy does not respect the inline #[allow(…)] attributes. For instance, the following code still triggers a warning:
#[allow(…)]
#[allow(toplevel_ref_arg)] let ref mut x = 1234543;
Thanks to fix this issue.