Skip to content

Commit

Permalink
wrong lint name
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Oct 22, 2024
1 parent 6fedb6f commit 562a7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_video/benches/video_load_bench.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(unwrap_used)] // acceptable in benchmarks
#![allow(clippy::unwrap_used)] // acceptable in benchmarks

use std::path::Path;

Expand Down

0 comments on commit 562a7ab

Please sign in to comment.