mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-13 22:26:37 +00:00
Fix GitRegistry::url
ret type
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
9298511d05
commit
4c1d6b45fe
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ impl GitRegistry {
|
|||
}))
|
||||
}
|
||||
|
||||
pub fn url(&self) -> impl Display + '_ {
|
||||
pub fn url(&self) -> &GitUrl {
|
||||
&self.0.url
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue