auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichton

It was in a x86_64 block so the buildbots didn't notice it.
Fixes #16905
This commit is contained in:
bors 2014-09-01 13:06:09 +00:00
commit b42e079c6f
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ pub mod eabi {
#[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};