Skip to content

Commit d82f84b

Browse files
committed
Rm unused clippy lint
Signed-off-by: Jiahao XU <[email protected]>
1 parent 44faa01 commit d82f84b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gix/src/remote/connection/fetch/receive_pack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ where
7373
/// - `gitoxide.userAgent` is read to obtain the application user agent for git servers and for HTTP servers as well.
7474
///
7575
#[gix_protocol::maybe_async::maybe_async]
76-
#[allow(clippy::drop_non_drop)]
7776
pub async fn receive<P>(self, mut progress: P, should_interrupt: &AtomicBool) -> Result<Outcome, Error>
7877
where
7978
P: gix_features::progress::NestedProgress,

0 commit comments

Comments
 (0)