mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
chore: un-regress unused_qualifications
lint in naga::front::spv
(#6297)
Regressed in #5824.
This commit is contained in:
parent
dfc384a7fd
commit
b54fb72d4a
@ -162,6 +162,6 @@ impl Error {
|
||||
|
||||
impl From<atomic_upgrade::Error> for Error {
|
||||
fn from(source: atomic_upgrade::Error) -> Self {
|
||||
crate::front::spv::Error::AtomicUpgradeError(source)
|
||||
Error::AtomicUpgradeError(source)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user