Skip to content

Commit

Permalink
ignore/doc: update misleading documentation
Browse files Browse the repository at this point in the history
This likely originated from a bad copy/paste.

PR #1596
  • Loading branch information
andysalerno committed May 25, 2020
1 parent a700b75 commit e8822ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/args.rs
Expand Up @@ -346,7 +346,7 @@ impl Args {
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> {
Ok(self.matches().walker_builder(self.paths())?.build_parallel())
}
Expand Down

0 comments on commit e8822ce

Please sign in to comment.