Merge commit 'a5d597637d
' into clippyup
This commit is contained in:
parent
35a0060aba
commit
8fea1d94f3
491 changed files with 9888 additions and 3255 deletions
|
@ -19,6 +19,7 @@ declare_clippy_lint! {
|
|||
/// # let b = 2;
|
||||
/// a + b < a;
|
||||
/// ```
|
||||
#[clippy::version = "pre 1.29.0"]
|
||||
pub OVERFLOW_CHECK_CONDITIONAL,
|
||||
complexity,
|
||||
"overflow checks inspired by C which are likely to panic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue