Fix clippy errors
This commit is contained in:
parent
6c9b2795b0
commit
b4251681c7
2 changed files with 10 additions and 22 deletions
|
@ -62,7 +62,7 @@ pub fn benches() {
|
|||
criterion.bench_with_input(
|
||||
BenchmarkId::new("editor_render", "TestAppContext"),
|
||||
&cx,
|
||||
|bencher, cx| editor_render(bencher, cx),
|
||||
editor_render,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue