rust/clippy_dev/src
bors cb8da67194 Auto merge of #9509 - schubart:fix_sorting, r=llogiq
Fix sorting in ` cargo dev update_lints` script

changelog: none

The old code cloned and sorted `usable_lints` into `sorted_usable_lints`, but then failed to do anything with `sorted_usable_lints`.

This was discovered by my new `collection_is_never_read` lint (#9267) that I'm working on!

Fix: I renamed the sorted vector to `usable_lints`.  Therefore it now gets used where the unsorted one was used previously.
2022-10-02 07:51:45 +00:00
..
setup fallout2: rework clippy_dev & _lints fmt inlining 2022-09-23 23:08:12 -04:00
bless.rs Merge commit 'f51aade56f' into clippyup 2022-08-31 09:24:45 -04:00
dogfood.rs Merge commit 'fdb84cbfd2' into clippyup 2022-07-18 09:39:37 +02:00
fmt.rs fallout2: rework clippy_dev & _lints fmt inlining 2022-09-23 23:08:12 -04:00
lib.rs remove cfg(bootstrap) 2022-09-26 10:14:45 +02:00
lint.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
main.rs and a few more from other dirs 2022-09-23 14:25:03 -04:00
new_lint.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-09-28 14:27:32 +02:00
serve.rs fallout2: rework clippy_dev & _lints fmt inlining 2022-09-23 23:08:12 -04:00
update_lints.rs Auto merge of #9509 - schubart:fix_sorting, r=llogiq 2022-10-02 07:51:45 +00:00