about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorljedrz <ljedrz@gmail.com>2018-07-10 22:32:19 +0200
committerljedrz <ljedrz@gmail.com>2018-07-10 22:32:19 +0200
commitcd44b3ddaddf22ef3c3b00f31491c660b851f8ee (patch)
treee81c86c3a912174e25328f00226b1cc02b95ebe3 /src/liballoc/lib.rs
parent296e72f11c4120c7b38a0cc580ef8990e7a1c36d (diff)
downloadrust-cd44b3ddaddf22ef3c3b00f31491c660b851f8ee.tar.gz
rust-cd44b3ddaddf22ef3c3b00f31491c660b851f8ee.zip
Add missing dyn in liballoc
Diffstat (limited to 'src/liballoc/lib.rs')
-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