ash/generator
Marijn Suijten 51080bd522
Fix Rust 1.75 clippy lints (#859)
Rust 1.75 has once again gotten a bit more complete/strict when
linting code.  `.get(0)` is now recommended to be replaced with
`.first()`, and needless glob reexports are equally denied (the modules
in question either contain macros which are already reexported via
`#[macro_export]`, or contain `impl` blocks exclusively which cannot be
referred to as item paths either).
2024-01-11 00:18:28 +01:00
..
src Fix Rust 1.75 clippy lints (#859) 2024-01-11 00:18:28 +01:00
Vulkan-Headers@9d27c893cd Update Vulkan-Headers to 1.3.271 (#816) 2023-11-28 15:05:27 +01:00
Cargo.toml build(deps): update syn requirement from 1.0 to 2.0 (#834) 2023-11-27 09:33:50 +01:00