Fix clippy errors

This commit is contained in:
Anthony 2025-07-08 16:45:39 -04:00
parent 6c9b2795b0
commit b4251681c7
2 changed files with 10 additions and 22 deletions

View file

@ -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,
);
}