Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Jan 10, 2025
1 parent 48bfaaa commit 0a18ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/engine/src/externs/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl PyArgSplitter {
#[new]
fn __new__(build_root: &str, known_goal_names: Vec<String>) -> Self {
Self(ArgSplitter::new(
&Path::new(build_root),
Path::new(build_root),
known_goal_names
.iter()
.map(AsRef::as_ref)
Expand Down

0 comments on commit 0a18ce1

Please sign in to comment.