We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fedb6f commit 562a7abCopy full SHA for 562a7ab
crates/store/re_video/benches/video_load_bench.rs
@@ -1,4 +1,4 @@
1
-#![allow(unwrap_used)] // acceptable in benchmarks
+#![allow(clippy::unwrap_used)] // acceptable in benchmarks
2
3
use std::path::Path;
4
0 commit comments