mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-28 17:53:40 +00:00
chore(clippy): satisfy unused_qualifications
This commit is contained in:
parent
bc8c572d0c
commit
2cffa1d106
@ -4335,7 +4335,7 @@ impl<I: Iterator<Item = u32>> Frontend<I> {
|
|||||||
|
|
||||||
if !self.upgrade_atomics.is_empty() {
|
if !self.upgrade_atomics.is_empty() {
|
||||||
log::info!("Upgrading atomic pointers...");
|
log::info!("Upgrading atomic pointers...");
|
||||||
module.upgrade_atomics(std::mem::take(&mut self.upgrade_atomics))?;
|
module.upgrade_atomics(mem::take(&mut self.upgrade_atomics))?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do entry point specific processing after all functions are parsed so that we can
|
// Do entry point specific processing after all functions are parsed so that we can
|
||||||
|
Loading…
Reference in New Issue
Block a user