Fix lint in wgpu benchmark
This commit is contained in:
parent
68056f8ca4
commit
bcd6873b37
1 changed files with 2 additions and 2 deletions
|
|
@ -16,9 +16,9 @@ pub fn wgpu_benchmark(c: &mut Criterion) {
|
||||||
c.bench_function("wgpu — canvas (heavy)", |b| benchmark(b, scene(1_000)));
|
c.bench_function("wgpu — canvas (heavy)", |b| benchmark(b, scene(1_000)));
|
||||||
}
|
}
|
||||||
|
|
||||||
fn benchmark<'a>(
|
fn benchmark(
|
||||||
bencher: &mut Bencher<'_>,
|
bencher: &mut Bencher<'_>,
|
||||||
widget: Element<'a, (), Theme, Renderer>,
|
widget: Element<'_, (), Theme, Renderer>,
|
||||||
) {
|
) {
|
||||||
use iced_futures::futures::executor;
|
use iced_futures::futures::executor;
|
||||||
use iced_wgpu::graphics;
|
use iced_wgpu::graphics;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue