xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/clippy/README.md (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
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