Auto merge of #13225 - Jarcho:warnings, r=flip1995

Use `-D warnings` instead of `deny-warnings` feature.

r? `@flip1995`
changelog: none
This commit is contained in:
bors 2024-08-06 14:58:50 +00:00
commit 9d9a0dcb64
28 changed files with 23 additions and 52 deletions

View file

@ -32,7 +32,6 @@ url = "2.2"
walkdir = "2.3"
[features]
deny-warnings = ["clippy_config/deny-warnings", "clippy_utils/deny-warnings"]
# build clippy with internal lints enabled, off by default
internal = ["serde_json", "tempfile", "regex"]

View file

@ -14,7 +14,6 @@
#![feature(stmt_expr_attributes)]
#![feature(unwrap_infallible)]
#![recursion_limit = "512"]
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
#![allow(
clippy::missing_docs_in_private_items,
clippy::must_use_candidate,