Skip to content

Commit

Permalink
Remove redundant Box import in x11rb-async
Browse files Browse the repository at this point in the history
Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Apr 1, 2024
1 parent f6c080d commit 61f365e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x11rb-async/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 61f365e

Please sign in to comment.