Skip to content

Commit

Permalink
Fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Dec 11, 2024
1 parent d06d646 commit ea95a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pixi-build/src/bin/pixi-build-python/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ impl Protocol for PythonBuildBackend {
let recipe = self.recipe(
host_platform,
&channel_config,
params.editable.map(|p| p.into()),
params.editable,
)?;
let output = Output {
build_configuration: self
Expand Down

0 comments on commit ea95a6d

Please sign in to comment.