Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Sep 26, 2024
1 parent 4f76b12 commit bf67f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external_cli/cargo/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ mod tests {
assert!(metadata
.packages
.iter()
.any(|package| package.name == "bevy_cli".to_string()));
.any(|package| package.name == "bevy_cli"));
}
}

0 comments on commit bf67f04

Please sign in to comment.