Skip to content

Commit d422ce1

Browse files
committed
cleanup uneeded allow
1 parent 8cb56b3 commit d422ce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

asyncgit/src/sync/hooks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ pub fn hooks_pre_push(
209209
}
210210

211211
/// Build a single pre-push update line for a branch.
212-
#[allow(clippy::implicit_hasher)]
213212
fn pre_push_branch_update(
214213
repo_path: &RepoPath,
215214
branch_name: &str,
@@ -236,7 +235,6 @@ fn pre_push_branch_update(
236235
}
237236

238237
/// Build pre-push updates for tags that are missing on the remote.
239-
#[allow(clippy::implicit_hasher)]
240238
fn pre_push_tag_updates(
241239
repo_path: &RepoPath,
242240
remote: &str,

0 commit comments

Comments
 (0)