Rust
Boolean expression can be simplified
Warning
New
Last modified: 03 December 2024Detects boolean expressions that can be safely simplified like a || true
.
Does not simplify expressions if some side effects can be eliminated, such as return || true
for example.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
RsSimplifyBooleanExpression
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Rust, 243.22831 |
Thanks for your feedback!
Was this page helpful?