Categorize all the lints!
This commit is contained in:
parent
ef9fdbb8a9
commit
d6344c47e3
107 changed files with 707 additions and 715 deletions
|
@ -13,9 +13,9 @@ use utils::span_lint;
|
|||
/// ```rust
|
||||
/// a + b < a
|
||||
/// ```
|
||||
declare_lint! {
|
||||
declare_clippy_lint! {
|
||||
pub OVERFLOW_CHECK_CONDITIONAL,
|
||||
Warn,
|
||||
complexity,
|
||||
"overflow checks inspired by C which are likely to panic"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue