rust/clippy_lints
flip1995 ff452d5ba6
Deny warning in every main sub-crate
This enables the same warnings that are enabled in `clippy_lints` also
in `clippy_utils` and `clippy_dev`. Then it makes sure, that the
`deny-warnings` feature is passed down to `clippy_lints` and
`clippy_utils` when compiling Clippy.
2021-05-18 11:05:48 +02:00
..
src Rollup merge of #7235 - camsteffen:manual-unwrap-or-deref, r=flip1995 2021-05-18 10:21:55 +02:00
Cargo.toml Deny warning in every main sub-crate 2021-05-18 11:05:48 +02:00
README.md

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