Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Sep 20, 2024
1 parent 591aa26 commit 3cea610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/project/export/conda_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ mod tests {
[dependencies]
python = "3.9"
"#;
let project = Project::from_str(&Path::new("pixi.toml"), toml).unwrap();
let project = Project::from_str(Path::new("pixi.toml"), toml).unwrap();
let args = Args {
output_path: None,
platform: Some(Platform::Osx64),
Expand Down

0 comments on commit 3cea610

Please sign in to comment.