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 cb1a784 commit 803a324Copy full SHA for 803a324
ash/src/vk.rs
@@ -26,12 +26,7 @@ pub use features::*;
26
mod prelude;
27
pub use prelude::*;
28
/// Native bindings from Vulkan headers, generated by bindgen
29
-#[allow(
30
- nonstandard_style,
31
- clippy::unnecessary_operation,
32
- clippy::useless_transmute,
33
- clippy::identity_op
34
-)]
+#[allow(nonstandard_style, clippy::useless_transmute)]
35
pub mod native;
36
mod platform_types;
37
pub use platform_types::*;
0 commit comments