]> git.lizzy.rs Git - rust.git/commit
Auto merge of #5398 - flip1995:deescalate, r=Manishearth
authorbors <bors@rust-lang.org>
Tue, 31 Mar 2020 15:36:54 +0000 (15:36 +0000)
committerbors <bors@rust-lang.org>
Tue, 31 Mar 2020 15:36:54 +0000 (15:36 +0000)
commitc211cea3e99e04c2980a853b6637de22881b72eb
tree637aa1e2442abd544b94c431243b451f5d7faae5
parent09fe163c9290b8aa573decb25d5b4b02f33e481e
parentcbdf4cc71e36baa780bd4bc7aca66bc344ab70ec
Auto merge of #5398 - flip1995:deescalate, r=Manishearth

Stop updating the lint counter with every new lint

r? @Manishearth

This PR does two things:

1. Clean up the clippy_dev module a bit (first 3 commits; cc #5394 )
2. Make the counter in the README count in steps of 50 lints. Also use a `lazy_static` `Vec` for the lint list, so no counter is required there anymore.

changelog: none