Skip to content

Commit

Permalink
Fix unused-imports warning on recently nightly
Browse files Browse the repository at this point in the history
This should fix the failing `check-minimal` CI test.
  • Loading branch information
ids1024 committed Nov 1, 2023
1 parent edd0f60 commit 3eb4fb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wayland-backend/src/rs/server_impl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mod common_poll;
mod handle;
mod registry;

pub use crate::types::server::{Credentials, DisconnectReason, GlobalInfo, InitError, InvalidId};
pub use common_poll::InnerBackend;
pub use handle::{InnerHandle, WeakInnerHandle};

Expand Down

0 comments on commit 3eb4fb1

Please sign in to comment.