aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/panic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/src/panic.rs')
-rw-r--r--ctr-std/src/panic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/panic.rs b/ctr-std/src/panic.rs
index 58356bc..e73e0a6 100644
--- a/ctr-std/src/panic.rs
+++ b/ctr-std/src/panic.rs
@@ -11,6 +11,7 @@
//! Panic support in the standard library
#![stable(feature = "std_panic", since = "1.9.0")]
+#![allow(auto_impl)]
use any::Any;
use cell::UnsafeCell;