From c12bb7e04c9e9a76cf24859ef6a5a862effb30e3 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Wed, 10 Mar 2021 22:16:41 +0100 Subject: [PATCH] Remove leftover --- x11/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/src/lib.rs b/x11/src/lib.rs index 38d63e3..0e2b54e 100644 --- a/x11/src/lib.rs +++ b/x11/src/lib.rs @@ -3,7 +3,7 @@ mod error; pub use error::Error; -use x11rb::connection::{Connection as _, RequestConnection}; +use x11rb::connection::Connection as _; use x11rb::errors::ConnectError; use x11rb::protocol::xproto::{self, Atom, AtomEnum, Window}; use x11rb::protocol::Event;