Skip to content

Commit b1bfd9e

Browse files
committed
chore: clippy
1 parent 11a36f9 commit b1bfd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,6 @@ impl TestOptionsBuilder {
212212
self.profiles.unwrap_or_else(|| vec![Config::selected_profile().into()]);
213213
let base_fuzz = self.fuzz.unwrap_or_default();
214214
let base_invariant = self.invariant.unwrap_or_default();
215-
TestOptions::new(output, &root, profiles, base_fuzz, base_invariant)
215+
TestOptions::new(output, root, profiles, base_fuzz, base_invariant)
216216
}
217217
}

0 commit comments

Comments
 (0)