Skip to content

Commit

Permalink
chore: un-regress unused_qualifications lint in naga::front::spv (#…
Browse files Browse the repository at this point in the history
…6297)

Regressed in #5824.
  • Loading branch information
ErichDonGubler committed Sep 20, 2024
1 parent dfc384a commit b54fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/front/spv/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit b54fb72

Please sign in to comment.