Skip to content

Commit 1985fd2

Browse files
committed
clippy nighytly fix
1 parent c1cb868 commit 1985fd2

File tree

1 file changed

+1
-1
lines changed
  • asyncgit/src/sync/remotes

1 file changed

+1
-1
lines changed

asyncgit/src/sync/remotes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pub(crate) fn fetch(
162162
.into_reference();
163163
let branch_ref = bytes2string(branch_ref.name_bytes())?;
164164
let remote_name = repo.branch_upstream_remote(&branch_ref)?;
165-
let remote_name = bytes2string(&*remote_name)?;
165+
let remote_name = bytes2string(&remote_name)?;
166166
let mut remote = repo.find_remote(&remote_name)?;
167167

168168
let mut options = FetchOptions::new();

0 commit comments

Comments
 (0)