mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
chore: un-regress unused_qualifications lint in naga::front::spv (#6297)
Regressed in #5824.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user