about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-04-11 03:30:04 +0000
committerbors <bors@rust-lang.org>2018-04-11 03:30:04 +0000
commit43e994c8b8f97246db16b82cea50d3eafecc3dd9 (patch)
tree214bd3d3576f2d50040b2a985a4e3f2323522a9e /src/liballoc_system
parent88ebd97d650dc70324db189b3159dff068accd3c (diff)
parent53718d2ef1729c987531dc94971c905815daef55 (diff)
downloadrust-43e994c8b8f97246db16b82cea50d3eafecc3dd9.tar.gz
rust-43e994c8b8f97246db16b82cea50d3eafecc3dd9.zip
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/liballoc_system')
-rw-r--r--src/liballoc_system/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs
index d4404e564e0..cdcb732f635 100644
--- a/src/liballoc_system/lib.rs
+++ b/src/liballoc_system/lib.rs
@@ -10,7 +10,6 @@
 
 #![no_std]
 #![allow(unused_attributes)]
-#![deny(warnings)]
 #![unstable(feature = "alloc_system",
             reason = "this library is unlikely to be stabilized in its current \
                       form or name",