From 62ac5ff458b0ff047ae13166c5516c2e104f870f Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 17 Mar 2024 12:01:15 +0100 Subject: [PATCH] Remove unused "drop" import Drop is part of the prelude. Signed-off-by: Uli Schlachter --- x11rb-protocol/src/connect.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/x11rb-protocol/src/connect.rs b/x11rb-protocol/src/connect.rs index 6fb34928..67e319e8 100644 --- a/x11rb-protocol/src/connect.rs +++ b/x11rb-protocol/src/connect.rs @@ -269,7 +269,6 @@ mod tests { use crate::protocol::xproto::{ImageOrder, Setup, SetupAuthenticate, SetupFailed}; use crate::x11_utils::Serialize; use alloc::vec; - use core::mem::drop; fn test_setup() -> Setup { let mut s = Setup {