about summary refs log tree commit diff
path: root/src/libunwind
diff options
context:
space:
mode:
Diffstat (limited to 'src/libunwind')
-rw-r--r--src/libunwind/libunwind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunwind/libunwind.rs b/src/libunwind/libunwind.rs
index 73a259bd443..43c3e1e7666 100644
--- a/src/libunwind/libunwind.rs
+++ b/src/libunwind/libunwind.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![allow(bad_style)]
+#![allow(nonstandard_style)]
 
 macro_rules! cfg_if {
     ( $( if #[cfg( $meta:meta )] { $($it1:item)* } else { $($it2:item)* } )* ) =>