ignore/doc: update misleading documentation

This likely originated from a bad copy/paste.

PR #1596
This commit is contained in:
Andy Salerno
2020-05-24 20:12:53 -07:00
committed by GitHub
parent a700b75843
commit e8822ce97a

View File

@@ -346,7 +346,7 @@ impl Args {
Ok(self.matches().walker_builder(self.paths())?.build()) Ok(self.matches().walker_builder(self.paths())?.build())
} }
/// Return a walker that never uses additional threads. /// Return a parallel walker that may use additional threads.
pub fn walker_parallel(&self) -> Result<WalkParallel> { pub fn walker_parallel(&self) -> Result<WalkParallel> {
Ok(self.matches().walker_builder(self.paths())?.build_parallel()) Ok(self.matches().walker_builder(self.paths())?.build_parallel())
} }