]> git.lizzy.rs Git - rust.git/blob - clippy_lints/src/lib.register_cargo.rs
Auto merge of #9539 - Jarcho:ice_9445, r=flip1995
[rust.git] / clippy_lints / src / lib.register_cargo.rs
1 // This file was generated by `cargo dev update_lints`.
2 // Use that command to update this file and do not edit by hand.
3 // Manual edits will be overwritten.
4
5 store.register_group(true, "clippy::cargo", Some("clippy_cargo"), vec![
6     LintId::of(cargo::CARGO_COMMON_METADATA),
7     LintId::of(cargo::MULTIPLE_CRATE_VERSIONS),
8     LintId::of(cargo::NEGATIVE_FEATURE_NAMES),
9     LintId::of(cargo::REDUNDANT_FEATURE_NAMES),
10     LintId::of(cargo::WILDCARD_DEPENDENCIES),
11 ])