Skip to content

Commit

Permalink
Reexport everything from sys::unix::selector
Browse files Browse the repository at this point in the history
Means we can remove the cfg_io_source! macro usage as that is already
done in the selector implementation file.
  • Loading branch information
Thomasdezeeuw committed Jun 21, 2024
1 parent cc0e130 commit 6c710f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sys/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ cfg_os_poll! {
target_os = "vita",
), path = "selector/poll.rs")]
mod selector;
pub(crate) use self::selector::{event, Event, Events, Selector};

cfg_io_source! {
pub(crate) use self::selector::IoSourceState;
}
pub(crate) use self::selector::*;

mod sourcefd;
#[cfg(feature = "os-ext")]
Expand Down

0 comments on commit 6c710f1

Please sign in to comment.