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.
bindgen
=0.70.1
1 parent b98248e commit 206710aCopy full SHA for 206710a
ash/src/vk.rs
@@ -25,12 +25,7 @@ mod feature_extensions;
25
mod features;
26
pub use features::*;
27
/// Native bindings from Vulkan headers, generated by bindgen
28
-#[allow(
29
- nonstandard_style,
30
- clippy::unnecessary_operation,
31
- clippy::useless_transmute,
32
- clippy::identity_op
33
-)]
+#[allow(clippy::useless_transmute, nonstandard_style)]
34
pub mod native;
35
mod platform_types;
36
pub use platform_types::*;
0 commit comments