We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b438c + 0061b36 commit b42e079Copy full SHA for b42e079
src/librustrt/unwind.rs
@@ -397,7 +397,7 @@ pub mod eabi {
397
#[cfg(windows, target_arch = "x86_64", not(test))]
398
#[doc(hidden)]
399
#[allow(visible_private_types)]
400
-#[allow(non_camel_case_types)]
+#[allow(non_camel_case_types, non_snake_case)]
401
pub mod eabi {
402
use libunwind as uw;
403
use libc::{c_void, c_int};
0 commit comments