rust-lang/rust-clippy

`bool_comparison` should not fire when testing for false

Open

#1 043 ouverte le 26 juin 2016

Voir sur GitHub
 (4 commentaires) (2 réactions) (0 assignés)Rust (1 391 forks)batch import
A-lintL-styleS-needs-discussiongood first issue

Métriques du dépôt

Stars
 (10 406 stars)
Métriques de merge PR
 (Merge moyen 19j 22h) (113 PRs mergées en 30 j)

Description

I think that the bool_comparison lint should not fire when the comparison is var == false because, at least I, find that version much easier to see when quickly scrolling through the code than the !var as it is too simple to miss that single !. However, I'm just putting this here for discussion I'll go turn the lint off in that specific place.

Enjoy your rusty endeavors.

Guide contributeur