Skip to content

Commit 562a7ab

Browse files
committed
wrong lint name
1 parent 6fedb6f commit 562a7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_video/benches/video_load_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(unwrap_used)] // acceptable in benchmarks
1+
#![allow(clippy::unwrap_used)] // acceptable in benchmarks
22

33
use std::path::Path;
44

0 commit comments

Comments
 (0)