about summary refs log tree commit diff
path: root/src/liballoc_jemalloc
diff options
context:
space:
mode:
authorTatsuyuki Ishi <ishitatsuyuki@gmail.com>2018-07-13 14:12:58 +0900
committerTatsuyuki Ishi <ishitatsuyuki@gmail.com>2018-07-25 10:25:29 +0900
commite098985939a1ac5baef4314aee44efc9dbf1b820 (patch)
treeea632b74c2c6b0663243e3c2072c02944f2fa6b1 /src/liballoc_jemalloc
parent4f1d4e4db699d674cae5dec3a8026b1388820895 (diff)
downloadrust-e098985939a1ac5baef4314aee44efc9dbf1b820.tar.gz
rust-e098985939a1ac5baef4314aee44efc9dbf1b820.zip
Deny bare_trait_objects globally
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 413b212281b..b3b20715511 100644
--- a/src/liballoc_jemalloc/lib.rs
+++ b/src/liballoc_jemalloc/lib.rs
@@ -10,7 +10,6 @@
 
 #![no_std]
 #![allow(unused_attributes)]
-#![deny(bare_trait_objects)]
 #![unstable(feature = "alloc_jemalloc",
             reason = "implementation detail of std, does not provide any public API",
             issue = "0")]