rust/clippy_lints
Ariel Uy 8cf39a8c19 Fix mismatching_type_param_order false positive
Previously was giving false positive when an impl had a nontrivial
generic argument such as a tuple. Don't lint on these cases.
2022-07-17 11:23:09 -07:00
..

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