about summary refs log tree commit diff
path: root/src/liballoc
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
parent4f1d4e4db699d674cae5dec3a8026b1388820895 (diff)
downloadrust-e098985939a1ac5baef4314aee44efc9dbf1b820.tar.gz
rust-e098985939a1ac5baef4314aee44efc9dbf1b820.zip
Deny bare_trait_objects globally
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 63cf01a0fac..ef619527e06 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -72,7 +72,6 @@
        test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))]
 #![no_std]
 #![needs_allocator]
-#![deny(bare_trait_objects)]
 #![deny(missing_debug_implementations)]
 
 #![cfg_attr(test, allow(deprecated))] // rand