Skip to content

Commit dcbea70

Browse files
committed
Explicitly import type and trait from rayon
1 parent b83ab6b commit dcbea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::path::PathBuf;
22

3-
use rayon::prelude::*;
3+
use rayon::iter::{IntoParallelIterator, ParallelIterator};
44

55
mod chunks;
66
mod counter;

0 commit comments

Comments
 (0)