rust/clippy_lints
Andre Bogus ef7587d957 Less needless_doctest_main false positives
This checks if a) the `fn main() {}` function is empty or if the doctest contains a `static`. In both cases don't lint.
2019-11-29 21:47:26 +01:00
..
2019-11-25 17:23:07 +01:00

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