diff options
| author | bors <bors@rust-lang.org> | 2018-04-11 03:30:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-04-11 03:30:04 +0000 |
| commit | 43e994c8b8f97246db16b82cea50d3eafecc3dd9 (patch) | |
| tree | 214bd3d3576f2d50040b2a985a4e3f2323522a9e /src/libstd_unicode | |
| parent | 88ebd97d650dc70324db189b3159dff068accd3c (diff) | |
| parent | 53718d2ef1729c987531dc94971c905815daef55 (diff) | |
Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton
Move deny(warnings) into rustbuild This permits easier iteration without having to worry about warnings being denied. Fixes #49517
Diffstat (limited to 'src/libstd_unicode')
| -rw-r--r-- | src/libstd_unicode/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd_unicode/lib.rs b/src/libstd_unicode/lib.rs index c22ea1671fa..cf8c101a2f9 100644 --- a/src/libstd_unicode/lib.rs +++ b/src/libstd_unicode/lib.rs @@ -27,7 +27,6 @@ html_playground_url = "https://play.rust-lang.org/", issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/", test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))] -#![deny(warnings)] #![deny(missing_debug_implementations)] #![no_std] |
