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;