ff54d22a15
* generator: Add many missing lifetime parameters * Globally find-replace common patterns that need a `<'_>` lifetime annotation perl -pi -E "s/(&(mut )?\[?vk::(?\!\w+(V1_\d|Fn|<))\w+)/\$1<'_>/" **/*.{rs,md} * generator: Include aliased types in `has_lifetime` lookup table * Manually revert wrong find-replace lifetimes * Resolve lint warnings for `deprecated_in_future`, `rust_2018_idioms` and `unused_qualifications` These are 3 non-default lints that cause a lot of violations in this project that are sensible to resolve, and reduce noise when test-including a local `ash` checkout in other projects that have stricter lint setups. |
||
---|---|---|
.. | ||
lib.rs |