1
0
Fork 0
forked from wry/wry

all: fix clippy lints

This commit is contained in:
Julian Orth 2025-12-18 16:52:09 +01:00
parent 7562479aca
commit 5090b45918

View file

@ -766,7 +766,7 @@ impl VulkanRenderer {
}
}
};
for (index, op) in opts.into_iter().enumerate() {
for (index, op) in opts.iter().enumerate() {
match op {
GfxApiOpt::Sync => {
sync(memory);