Skip to content

Commit

Permalink
Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Nov 22, 2024
1 parent 925ab45 commit 1293fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ impl TestBuilder {
let mut pattern = self.dir_test_arg.resolve_dir()?;

pattern.push(
&self
.dir_test_arg
self.dir_test_arg
.glob
.clone()
.map_or_else(|| "*".to_string(), |g| g.value()),
Expand Down

0 comments on commit 1293fb5

Please sign in to comment.