mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
clippy nighytly fix
This commit is contained in:
parent
c1cb868c4b
commit
1985fd2dbc
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ pub(crate) fn fetch(
|
||||||
.into_reference();
|
.into_reference();
|
||||||
let branch_ref = bytes2string(branch_ref.name_bytes())?;
|
let branch_ref = bytes2string(branch_ref.name_bytes())?;
|
||||||
let remote_name = repo.branch_upstream_remote(&branch_ref)?;
|
let remote_name = repo.branch_upstream_remote(&branch_ref)?;
|
||||||
let remote_name = bytes2string(&*remote_name)?;
|
let remote_name = bytes2string(&remote_name)?;
|
||||||
let mut remote = repo.find_remote(&remote_name)?;
|
let mut remote = repo.find_remote(&remote_name)?;
|
||||||
|
|
||||||
let mut options = FetchOptions::new();
|
let mut options = FetchOptions::new();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue