Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jun 3, 2024
1 parent 256126e commit 2dd83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/copy_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ impl CopyDirResult {
}
}

fn make_glob_match_map(globs: &Vec<Glob>) -> Result<HashMap<Glob, Match>, SourceError> {
fn make_glob_match_map(globs: &[Glob]) -> Result<HashMap<Glob, Match>, SourceError> {
globs
.iter()
.map(|glob| {
Expand Down

0 comments on commit 2dd83f8

Please sign in to comment.