Skip to content

Commit

Permalink
fix missed clippy issue (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vecvec committed Mar 5, 2024
1 parent c85c4c5 commit 714650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-hal/src/metal/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ impl crate::Device<super::Api> for super::Device {
);
counter.textures += size;
}
wgt::BindingType::AccelerationStructure => unimplemented!(),
wgt::BindingType::AccelerationStructure { .. } => unimplemented!(),
}
}
}
Expand Down

0 comments on commit 714650f

Please sign in to comment.