-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve lint warnings for
deprecated_in_future
, rust_2018_idioms
…
…and `unused_qualifications` (#803) * 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.
- Loading branch information
Showing
81 changed files
with
1,956 additions
and
1,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.