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