rust/clippy_lints
bors f51aade56f Auto merge of #9397 - Jarcho:trait_dup_order, r=dswij
Fix the emission order of `trait_duplication_in_bounds`

Makes the lint emit in source order rather than whatever order the hash map happens to be in. This is currently blocking the sync into rustc.

changelog: None
2022-08-31 08:07:33 +00:00
..
src Auto merge of #9397 - Jarcho:trait_dup_order, r=dswij 2022-08-31 08:07:33 +00:00
Cargo.toml Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup 2022-08-11 19:42:16 +02:00
README.md

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