Skip to content

Commit

Permalink
...and cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNachoBIT committed Aug 26, 2024
1 parent c54309a commit 309d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vello/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::future::Future;

use wgpu::{
Adapter, CreateSurfaceError, Device, Instance, Limits, Queue, Surface, SurfaceConfiguration,
SurfaceTarget, SurfaceTargetUnsafe, TextureFormat,
SurfaceTarget, TextureFormat,
};

use crate::{Error, Result};
Expand Down

0 comments on commit 309d86c

Please sign in to comment.