diff options
Diffstat (limited to 'cli/fmt.rs')
-rw-r--r-- | cli/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fmt.rs b/cli/fmt.rs index 229039606..96ca285c1 100644 --- a/cli/fmt.rs +++ b/cli/fmt.rs @@ -264,7 +264,7 @@ fn write_file_contents( Ok(fs::write(file_path, file_text)?) } -async fn run_parallelized<F>( +pub async fn run_parallelized<F>( file_paths: Vec<PathBuf>, f: F, ) -> Result<(), ErrBox> |