Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-eth committed Aug 11, 2024
1 parent 7c0c0d8 commit 6e439b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ async fn install_dependency(
}

if !custom_url {
let new_dep = match get_url_type(&dependency.url().unwrap()) {
let new_dep = match get_url_type(dependency.url().unwrap()) {
UrlType::Git => Dependency::Git(GitDependency {
name: dependency.name().to_string(),
version: dependency.version().to_string(),
Expand Down

0 comments on commit 6e439b1

Please sign in to comment.