]> git.lizzy.rs Git - rust.git/commitdiff
Fix win64 regression introduced by #15773
authorPeter Atashian <retep998@gmail.com>
Sat, 30 Aug 2014 05:24:32 +0000 (01:24 -0400)
committerPeter Atashian <retep998@gmail.com>
Sat, 30 Aug 2014 06:02:21 +0000 (02:02 -0400)
Signed-off-by: Peter Atashian <retep998@gmail.com>
src/librustrt/unwind.rs

index 08e182a6d6e604845ce4d0eecd0388dcbf55c7b5..9de58960c5e1e364203bb6d8d721a9c6f03f710f 100644 (file)
@@ -397,7 +397,7 @@ pub extern "C" fn rust_eh_personality_catch(
 #[cfg(windows, target_arch = "x86_64", not(test))]
 #[doc(hidden)]
 #[allow(visible_private_types)]
-#[allow(non_camel_case_types)]
+#[allow(non_camel_case_types, non_snake_case)]
 pub mod eabi {
     use libunwind as uw;
     use libc::{c_void, c_int};