mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
Fix clippy lints
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
be3aeca6b2
commit
53b3c02b3b
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ impl Data {
|
|||
return Ok(None);
|
||||
};
|
||||
|
||||
let mut repo = Url::parse(&repo)?;
|
||||
let mut repo = Url::parse(repo)?;
|
||||
let mut repository_host = RepositoryHost::guess_git_hosting_services(&repo);
|
||||
|
||||
if repository_host == RepositoryHost::Unknown {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue