Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vorporeal committed Feb 20, 2025
1 parent a5ae43d commit 3762e60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wgpu/src/backend/wgpu_core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ use std::{
borrow::Cow::Borrowed, error::Error, fmt, future::ready, ops::Range, pin::Pin, ptr::NonNull,
slice, sync::Arc,
};
use wgc::{
command::bundle_ffi::*, error::ContextErrorSource, pipeline::CreateShaderModuleError,
present::SurfaceError,
};
use wgc::{command::bundle_ffi::*, error::ContextErrorSource, pipeline::CreateShaderModuleError};
use wgt::WasmNotSendSync;

#[derive(Clone)]
Expand Down

0 comments on commit 3762e60

Please sign in to comment.