Skip to content

Commit

Permalink
Fix a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 12, 2021
1 parent 785b4d7 commit 0487d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl BuildContext {
.unwrap_or(&self.target);

let (policy, should_repair) =
auditwheel_rs(&artifact, target, platform_tag).with_context(|| {
auditwheel_rs(artifact, target, platform_tag).with_context(|| {
if let Some(platform_tag) = platform_tag {
format!("Error ensuring {} compliance", platform_tag)
} else {
Expand Down

0 comments on commit 0487d5f

Please sign in to comment.