about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2017-01-14 18:04:27 -0500
committercomex <comexk@gmail.com>2017-01-14 18:44:35 -0500
commit9cfb8b730a473814c2ae090c342abb95e53502db (patch)
treeac757a3acf31331c3ef7c9a0f3f063b1d85c9fd6 /src/liballoc_jemalloc
parent743535a643ff9c7f5791a71f6b62c27617cdbb3e (diff)
parent93e70ecb7fbe05caa74dfb2bf3c29315edc2b3e6 (diff)
downloadrust-9cfb8b730a473814c2ae090c342abb95e53502db.tar.gz
rust-9cfb8b730a473814c2ae090c342abb95e53502db.zip
Merge branch 'master' into lint-attr-fix
Diffstat (limited to 'src/liballoc_jemalloc')
-rw-r--r--src/liballoc_jemalloc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs
index f2df393ad77..241f8149d24 100644
--- a/src/liballoc_jemalloc/lib.rs
+++ b/src/liballoc_jemalloc/lib.rs
@@ -16,7 +16,7 @@
             reason = "this library is unlikely to be stabilized in its current \
                       form or name",
             issue = "27783")]
-#![cfg_attr(not(stage0), deny(warnings))]
+#![deny(warnings)]
 #![feature(allocator)]
 #![feature(libc)]
 #![feature(staged_api)]