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 b83ab6b commit dcbea70Copy full SHA for dcbea70
src/lib.rs
@@ -1,6 +1,6 @@
1
use std::path::PathBuf;
2
3
-use rayon::prelude::*;
+use rayon::iter::{IntoParallelIterator, ParallelIterator};
4
5
mod chunks;
6
mod counter;
0 commit comments