mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
e85869578d
nonminimal_bool fix double not fix issue https://github.com/rust-lang/rust-clippy/issues/10836 changelog: Fix [`nonminimal_bool`] false positive when `!!x`, `x` isn't boolean and implements `Not`