Fix clippy lints 🦀
This commit is contained in:
parent
3e8ed05356
commit
33f6262944
4 changed files with 8 additions and 8 deletions
|
|
@ -76,7 +76,7 @@ impl<T> Renderer<T> {
|
|||
Renderer::Wgpu(renderer) => {
|
||||
renderer.draw_primitive(iced_wgpu::Primitive::Custom(
|
||||
iced_wgpu::primitive::Custom::shader(bounds, primitive),
|
||||
))
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue