rust/clippy_lints
cocodery 2e3c031528 Rename has_nontrivial_oprand to is_operator_overrided
Simpfy code of `is_operator_overrided`, directly use `is_method_call` to
check
if operator is overrided, at least one oprand of binary-expr must be ADT-type
So no need to check type of lhs and rhs
2023-12-05 09:29:20 +08:00
..
2023-11-22 08:13:21 +11:00

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