rust/src/tools/clippy/clippy_lints
bors 312b894cc1 Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper
Remove some last remants of {push,pop}_unsafe!

These macros have already been removed, but there was still some code handling these macros. That code is now removed.
2021-06-18 14:17:53 +00:00
..
src Auto merge of #85421 - Smittyvb:rm_pushpop_unsafe, r=matthewjasper 2021-06-18 14:17:53 +00:00
Cargo.toml Merge commit '9e3cd88718' into clippyup 2021-05-20 13:07:57 +02:00
README.md Add 'src/tools/clippy/' from commit 'd2708873ef' 2020-05-02 09:49:00 +02:00

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