Skip to content

Commit b753ea8

Browse files
dependabot[bot]MarijnS95
authored andcommitted
build(deps): update bindgen requirement from =0.69.4 to =0.70.0
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.69.4...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b3a134 commit b753ea8

File tree

3 files changed

+1781
-6433
lines changed

3 files changed

+1781
-6433
lines changed

ash/src/vk.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ pub use features::*;
2626
mod prelude;
2727
pub use prelude::*;
2828
/// Native bindings from Vulkan headers, generated by bindgen
29-
#[allow(clippy::useless_transmute, nonstandard_style)]
29+
// #[allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]
30+
#[allow(
31+
nonstandard_style,
32+
clippy::unnecessary_operation,
33+
clippy::useless_transmute,
34+
clippy::identity_op
35+
)]
3036
pub mod native;
3137
mod platform_types;
3238
pub use platform_types::*;

0 commit comments

Comments
 (0)