Skip to content

Commit 754ead2

Browse files
chore: resolve wgt::Backend::Empty raising unused_qualifications
1 parent 15d64c3 commit 754ead2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-core/src/instance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ impl Global {
498498

499499
let id = self
500500
.surfaces
501-
.prepare(wgt::Backend::Empty, id_in) // No specific backend for Surface, since it's not specific.
501+
.prepare(Backend::Empty, id_in) // No specific backend for Surface, since it's not specific.
502502
.assign(Arc::new(surface));
503503
Ok(id)
504504
}

0 commit comments

Comments
 (0)