about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-04-01 09:35:53 -0600
committerMark Simulacrum <mark.simulacrum@gmail.com>2018-04-08 16:59:14 -0600
commitc115cc655c8bb3077ff349e4ddd704a2239438a6 (patch)
tree929e932baf457750f0f7296ea33f1457e6e2ce9b /src/liballoc_jemalloc
parentb7da1aaff62c1394d56830dc975d24d99c7a4fd8 (diff)
downloadrust-c115cc655c8bb3077ff349e4ddd704a2239438a6.tar.gz
rust-c115cc655c8bb3077ff349e4ddd704a2239438a6.zip
Move deny(warnings) into rustbuild
This permits easier iteration without having to worry about warnings
being denied.

Fixes #49517
Diffstat (limited to 'src/liballoc_jemalloc')
-rw-r--r--src/liballoc_jemalloc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs
index 7a8d01e4ef8..df7e3f61f5f 100644
--- a/src/liballoc_jemalloc/lib.rs
+++ b/src/liballoc_jemalloc/lib.rs
@@ -14,7 +14,6 @@
             reason = "this library is unlikely to be stabilized in its current \
                       form or name",
             issue = "27783")]
-#![deny(warnings)]
 #![feature(alloc_system)]
 #![feature(libc)]
 #![feature(linkage)]