rust/clippy_lints
cocodery 89774234be Rewrite logic of has_nontrivial_oprand.
Check whether operator is overrided with a `struct` operand.
The struct here refers to `struct`, `enum`, `union`.
Add and fix test for `no_effect` lint.
2023-12-04 15:57:27 +08:00
..
src Rewrite logic of has_nontrivial_oprand. 2023-12-04 15:57:27 +08:00
Cargo.toml Update itertools to 0.11. 2023-11-22 08:13:21 +11:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.