mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 11:47:01 +05:30
Fix clippy warnings
Signed-off-by: ATechnoHazard <amolele@gmail.com>
This commit is contained in:
parent
444564a43d
commit
05818aa251
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn main() -> anyhow::Result<()> {
|
||||||
upstream
|
upstream
|
||||||
.as_str()
|
.as_str()
|
||||||
.unwrap_or("None")
|
.unwrap_or("None")
|
||||||
.split("/")
|
.split('/')
|
||||||
.collect::<Vec<&str>>()[2],
|
.collect::<Vec<&str>>()[2],
|
||||||
) {
|
) {
|
||||||
repos.push(PersistableRepo {
|
repos.push(PersistableRepo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue