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 c177dfb commit f72165aCopy full SHA for f72165a
benches/vpath_bench.rs
@@ -1,5 +1,6 @@
1
-use criterion::{Criterion, black_box, criterion_group, criterion_main};
+use criterion::{Criterion, criterion_group, criterion_main};
2
use pnp::fs::VPath;
3
+use std::hint::black_box;
4
use std::path::Path;
5
use std::time::Duration;
6
0 commit comments