mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-03 13:42:06 -07:00
ignore/doc: update misleading documentation
This likely originated from a bad copy/paste. PR #1596
This commit is contained in:
@@ -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())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user