]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/clippy_lints/src/lib.register_cargo.rs
Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplett
[rust.git] / src / tools / clippy / 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_common_metadata::CARGO_COMMON_METADATA),
7     LintId::of(feature_name::NEGATIVE_FEATURE_NAMES),
8     LintId::of(feature_name::REDUNDANT_FEATURE_NAMES),
9     LintId::of(multiple_crate_versions::MULTIPLE_CRATE_VERSIONS),
10     LintId::of(wildcard_dependencies::WILDCARD_DEPENDENCIES),
11 ])