diff options
| author | Jason Newcomb <jsnewcomb@pm.me> | 2024-08-06 10:12:49 -0400 |
|---|---|---|
| committer | Jason Newcomb <jsnewcomb@pm.me> | 2024-08-06 10:46:39 -0400 |
| commit | 4e57b2c46f6f0a6c19a563e36e2bc9158bddd7b6 (patch) | |
| tree | 69537bf9396e67d24ee3fc0cf6d5cc8ebde1665a /rustc_tools_util | |
| parent | c082bc2cb85313901ed3565fcd285592ed93df0f (diff) | |
| download | rust-4e57b2c46f6f0a6c19a563e36e2bc9158bddd7b6.tar.gz rust-4e57b2c46f6f0a6c19a563e36e2bc9158bddd7b6.zip | |
Use `-D warnings` instead of `deny-warnings` feature.
Diffstat (limited to 'rustc_tools_util')
| -rw-r--r-- | rustc_tools_util/Cargo.toml | 3 | ||||
| -rw-r--r-- | rustc_tools_util/src/lib.rs | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 877049ae7d0..37b592da132 100644 --- a/rustc_tools_util/Cargo.toml +++ b/rustc_tools_util/Cargo.toml @@ -10,6 +10,3 @@ categories = ["development-tools"] edition = "2018" [dependencies] - -[features] -deny-warnings = [] diff --git a/rustc_tools_util/src/lib.rs b/rustc_tools_util/src/lib.rs index f8b8084ca1a..f5c41914afc 100644 --- a/rustc_tools_util/src/lib.rs +++ b/rustc_tools_util/src/lib.rs @@ -1,5 +1,3 @@ -#![cfg_attr(feature = "deny-warnings", deny(warnings))] - use std::str; /// This macro creates the version string during compilation from the |
