You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into a boolean expression that Clippy marks as clippy::nonminimal-bool, however the suggested rewrite is exactly the same as the current code. Seems like a minor false positive bug to me.
I've run into a boolean expression that Clippy marks as clippy::nonminimal-bool, however the suggested rewrite is exactly the same as the current code. Seems like a minor false positive bug to me.
Minimal reproducible example:
Clippy output:
FWIW, the lint description mentions "ignores short circuiting behavior" as a known problem, however I believe that's not the case here.
clippy --version: clippy 0.0.212 (4e7e71b 2019-10-11)
The text was updated successfully, but these errors were encountered: