Skip to content

Commit

Permalink
appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 20, 2024
1 parent 1ae1661 commit 4b0c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/tools/registry/pm/outdated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ async fn update(
updated.push((
dep_id,
format!("{}:{}", dep.kind.scheme(), dep.req.name),
deps.resolved_version(dep.id).map(|a| a.clone()),
deps.resolved_version(dep.id).cloned(),
new_version_req.clone(),
));

Expand Down

0 comments on commit 4b0c1a3

Please sign in to comment.