Skip to content

Commit

Permalink
Update crates/uv-resolver/src/resolution/graph.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ibraheem Ahmed <ibraheem@ibraheem.ca>
  • Loading branch information
konstin and ibraheemdev authored Aug 9, 2024
1 parent 328e88c commit 3b50dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-resolver/src/resolution/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ fn has_lower_bound(
.iter()
.chain(neighbor_dist.metadata.dev_dependencies.values().flatten())
{
if &requirement.name != package_name {
if requirement.name != *package_name {
continue;
}
let Some(specifiers) = requirement.source.version_specifiers() else {
Expand Down

0 comments on commit 3b50dc6

Please sign in to comment.