Thanks to visit codestin.com Credit goes to github.com
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 2d4023d commit 16bb63bCopy full SHA for 16bb63b
src/uu/du/src/du_parallel.rs
@@ -1,4 +1,5 @@
1
// Parallel directory traversal implementation for du
2
+// spell-checker:ignore mpsc
3
4
use rayon::prelude::*;
5
use std::collections::HashSet;
0 commit comments