chore: un-regress unused_qualifications lint in naga::front::spv (#6297)

Regressed in #5824.
This commit is contained in:
Erich Gubler 2024-09-20 03:29:05 -04:00 committed by GitHub
parent dfc384a7fd
commit b54fb72d4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
}
}