feat(rust): upgrade to 2024-05-24 nightly

This commit is contained in:
Harsh Shandilya 2024-05-25 01:19:43 +05:30
parent 470fc5b138
commit 391078e2c3
3 changed files with 3 additions and 6 deletions

View file

@ -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()
}