all: fix clippy lints
This commit is contained in:
parent
7562479aca
commit
5090b45918
1 changed files with 1 additions and 1 deletions
|
|
@ -766,7 +766,7 @@ impl VulkanRenderer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
for (index, op) in opts.into_iter().enumerate() {
|
for (index, op) in opts.iter().enumerate() {
|
||||||
match op {
|
match op {
|
||||||
GfxApiOpt::Sync => {
|
GfxApiOpt::Sync => {
|
||||||
sync(memory);
|
sync(memory);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue