Skip to content

Commit 803a324

Browse files
committed
Update bindgen requirement to =0.70.1
Includes some lint `allow()`s for expected violations by default.
1 parent cb1a784 commit 803a324

File tree

3 files changed

+83
-8
lines changed

3 files changed

+83
-8
lines changed

ash/src/vk.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,7 @@ pub use features::*;
2626
mod prelude;
2727
pub use prelude::*;
2828
/// 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-
)]
29+
#[allow(nonstandard_style, clippy::useless_transmute)]
3530
pub mod native;
3631
mod platform_types;
3732
pub use platform_types::*;

0 commit comments

Comments
 (0)