From d2bdec43a1194b49baa26c24a647ad7963c501bf Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 26 Sep 2021 10:40:55 +0200 Subject: [PATCH] cleanup --- asyncgit/src/sync/remotes/callbacks.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/asyncgit/src/sync/remotes/callbacks.rs b/asyncgit/src/sync/remotes/callbacks.rs index 6cf39923..eb4855f6 100644 --- a/asyncgit/src/sync/remotes/callbacks.rs +++ b/asyncgit/src/sync/remotes/callbacks.rs @@ -1,5 +1,3 @@ -#![allow(dead_code)] - use super::push::ProgressNotification; use crate::{error::Result, sync::cred::BasicAuthCredential}; use crossbeam_channel::Sender;