about summary refs log tree commit diff
path: root/src/libunwind/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libunwind/lib.rs')
-rw-r--r--src/libunwind/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libunwind/lib.rs b/src/libunwind/lib.rs
index ea5eee3cc7d..2b3c19c067e 100644
--- a/src/libunwind/lib.rs
+++ b/src/libunwind/lib.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![deny(bare_trait_objects)]
-
 #![no_std]
 #![unstable(feature = "panic_unwind", issue = "32837")]