From c2ee2952e17bfe35dd96c111865c2a68d8b8cccd Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 24 Jan 2024 09:30:01 +0100 Subject: [PATCH] make clippy happy --- control_plane/attachment_service/src/service.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/control_plane/attachment_service/src/service.rs b/control_plane/attachment_service/src/service.rs index 5380894fd8..3fc91dce10 100644 --- a/control_plane/attachment_service/src/service.rs +++ b/control_plane/attachment_service/src/service.rs @@ -350,7 +350,6 @@ impl Service { Mode::Detach } }; - drop(attach_req); tracing::info!(?mode, "attach-hook start"); match mode {