mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-17 04:27:01 +05:30
feat(rust): upgrade to 2024-05-24 nightly
This commit is contained in:
parent
470fc5b138
commit
391078e2c3
3 changed files with 3 additions and 6 deletions
|
@ -144,8 +144,5 @@ fn get_url(repo: &Repository, remote_name: &str) -> String {
|
|||
}
|
||||
}
|
||||
|
||||
match remote_url {
|
||||
Some(url) => url,
|
||||
None => String::default(),
|
||||
}
|
||||
remote_url.unwrap_or_default()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue