1# Clippy Tests 2 3This directory tests integration of the Clippy static analyzer aspect. 4 5It is split into a couple different directories: 6 7* [src](src) contains a simple binary, library and test which should compile 8successfully when built normally, and pass without error when analyzed 9with clippy. 10* [bad\_src](bad_src) also contains a binary, library, and test which compile 11normally, but which intentionally contain "junk code" which will trigger 12Clippy lints. 13