Remove internal feature from clippy_utils

This commit is contained in:
Alex Macleod 2023-10-27 11:42:44 +00:00
parent 2f0f4ddcf7
commit f4b4e2ca1b
6 changed files with 6 additions and 25 deletions

View file

@ -33,9 +33,9 @@ url = "2.2"
walkdir = "2.3"
[features]
deny-warnings = ["clippy_utils/deny-warnings"]
deny-warnings = ["clippy_config/deny-warnings", "clippy_utils/deny-warnings"]
# build clippy with internal lints enabled, off by default
internal = ["clippy_utils/internal", "serde_json", "tempfile", "regex"]
internal = ["serde_json", "tempfile", "regex"]
[package.metadata.rust-analyzer]
# This crate uses #[feature(rustc_private)]