diff options
| author | bors <bors@rust-lang.org> | 2024-08-06 14:58:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-06 14:58:50 +0000 |
| commit | 9d9a0dcb64407cd68675470ea4e84f9022b389f3 (patch) | |
| tree | e6c48a8778d7116fb821ecff11d87ce05e3b4b45 /rustc_tools_util | |
| parent | a411267453b7744ac909c04302fe866fd1d183d1 (diff) | |
| parent | 4e57b2c46f6f0a6c19a563e36e2bc9158bddd7b6 (diff) | |
| download | rust-9d9a0dcb64407cd68675470ea4e84f9022b389f3.tar.gz rust-9d9a0dcb64407cd68675470ea4e84f9022b389f3.zip | |
Auto merge of #13225 - Jarcho:warnings, r=flip1995
Use `-D warnings` instead of `deny-warnings` feature. r? `@flip1995` changelog: none
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 95e01576088..2cc38130472 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 |
