Skip to content

Commit

Permalink
fix: remove *
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-arts committed Apr 8, 2024
1 parent bfbc384 commit 0e5a89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/manifest/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ impl ManifestSource {
}
_ => self.add_dependency_helper(
name.as_source(),
(*requirement).clone().into(),
requirement.clone().into(),
consts::PYPI_DEPENDENCIES,
platform,
feature_name,
Expand Down

0 comments on commit 0e5a89b

Please sign in to comment.