Categorize all the lints!
This commit is contained in:
parent
ef9fdbb8a9
commit
d6344c47e3
107 changed files with 707 additions and 715 deletions
|
@ -15,9 +15,9 @@ use utils::{snippet, span_lint_and_sugg};
|
|||
/// let a = f(*&mut b);
|
||||
/// let c = *&d;
|
||||
/// ```
|
||||
declare_lint! {
|
||||
declare_clippy_lint! {
|
||||
pub DEREF_ADDROF,
|
||||
Warn,
|
||||
complexity,
|
||||
"use of `*&` or `*&mut` in an expression"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue