Skip to content

Commit

Permalink
Remove unused "drop" import
Browse files Browse the repository at this point in the history
Drop is part of the prelude.

Signed-off-by: Uli Schlachter <[email protected]>
  • Loading branch information
psychon committed Mar 17, 2024
1 parent 8762832 commit 62ac5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x11rb-protocol/src/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 62ac5ff

Please sign in to comment.