Skip to content

Commit ea95a6d

Browse files
committed
Fix clippy lint
1 parent d06d646 commit ea95a6d

File tree

1 file changed

+1
-1
lines changed
  • crates/pixi-build/src/bin/pixi-build-python

1 file changed

+1
-1
lines changed

crates/pixi-build/src/bin/pixi-build-python/python.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ impl Protocol for PythonBuildBackend {
573573
let recipe = self.recipe(
574574
host_platform,
575575
&channel_config,
576-
params.editable.map(|p| p.into()),
576+
params.editable,
577577
)?;
578578
let output = Output {
579579
build_configuration: self

0 commit comments

Comments
 (0)