Skip to content

Commit

Permalink
fixed clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-eth committed Aug 27, 2024
1 parent f10014f commit c42de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ fn parse_dependency(name: impl Into<String>, value: &Item) -> Result<Dependency>
}
};
return Ok(Dependency::Git(GitDependency {
name: name.to_string(),
name,
git: git.to_string(),
version,
identifier,
Expand Down

0 comments on commit c42de38

Please sign in to comment.