Skip to content

Commit

Permalink
chore: resolve wgt::Backend::Empty raising unused_qualifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Aug 23, 2024
1 parent 15d64c3 commit 754ead2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ impl Global {

let id = self
.surfaces
.prepare(wgt::Backend::Empty, id_in) // No specific backend for Surface, since it's not specific.
.prepare(Backend::Empty, id_in) // No specific backend for Surface, since it's not specific.
.assign(Arc::new(surface));
Ok(id)
}
Expand Down

0 comments on commit 754ead2

Please sign in to comment.