From 1740c27611945cfd4ed779fcfb026371a4db6254 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 17 Mar 2024 12:56:33 +0100 Subject: [PATCH] Remove redundant Box import in x11rb-async Signed-off-by: Uli Schlachter --- x11rb-async/src/connection.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/x11rb-async/src/connection.rs b/x11rb-async/src/connection.rs index 4f239a48..4c2f3bb0 100644 --- a/x11rb-async/src/connection.rs +++ b/x11rb-async/src/connection.rs @@ -15,7 +15,6 @@ use x11rb_protocol::{DiscardMode, RawEventAndSeqNumber, SequenceNumber}; use crate::errors::{ConnectionError, ParseError, ReplyError, ReplyOrIdError}; use crate::{Cookie, CookieWithFds, VoidCookie}; -use std::boxed::Box; use std::future::Future; use std::io::IoSlice; use std::pin::Pin;