File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ impl<Config: 'static + Send + Sync> ConcurrentRunner<Config> {
165
165
///
166
166
/// * `num_jobs` - Number of jobs utilized to process files concurrently.
167
167
/// * `proc_files` - Function that processes each file found during
168
- /// the search.
168
+ /// the search.
169
169
pub fn new < ProcFiles > ( num_jobs : usize , proc_files : ProcFiles ) -> Self
170
170
where
171
171
ProcFiles : ' static + Fn ( PathBuf , & Config ) -> std:: io:: Result < ( ) > + Send + Sync ,
@@ -204,7 +204,7 @@ impl<Config: 'static + Send + Sync> ConcurrentRunner<Config> {
204
204
///
205
205
/// * `config` - Information used to process a file.
206
206
/// * `files_data` - Information about the files to be included or excluded
207
- /// from a search more the number of paths considered in the search.
207
+ /// from a search more the number of paths considered in the search.
208
208
pub fn run (
209
209
self ,
210
210
config : Config ,
You can’t perform that action at this time.
0 commit comments