-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename logic_bug
#1916
Comments
|
The lint only seems to be about checking non-simplified boolean expressions, right? How about |
There's already another lint called nonminimal_bool, which is categorised as "complexity", while this one is categorised as "correctness". If a name can be found I'd be happy to resolve this and move 1.0 that little bit closer. |
What is the status of this? Can I rename to |
I think there is no real status. If we find a better name we can just rename the lint. (We have a command for that in The suggested lint name sounds like a double negotiation with |
Rename `logic_bug` to `overly_complex_bool_expr` Closes #1916
Rename `logic_bug` to `overly_complex_bool_expr` Closes #1916 changelog: Rename `logic_bug` to [`overly_complex_bool_expr`]
http://rust-lang-nursery.github.io/rust-clippy/master/#logic_bug
Probably should be called "logical_op_bug" or something.
"logic bug" is a more general term that has to do with a bug in the higher level logic of a program.
The text was updated successfully, but these errors were encountered: