Skip to content

Commit

Permalink
Fix for: cargo check -Z build-std=std,panic_abort --target x86_64-pc-…
Browse files Browse the repository at this point in the history
…solaris --no-default-features --features net
  • Loading branch information
psumbera committed Nov 8, 2023
1 parent 69ce07b commit 932b27a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ cfg_not_os_poll! {
#[cfg(unix)]
cfg_any_os_ext! {
mod unix;
pub use self::unix::SourceFd;
}

#[cfg(unix)]
Expand Down
1 change: 0 additions & 1 deletion src/sys/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,5 @@ cfg_not_os_poll! {

cfg_any_os_ext! {
mod sourcefd;
pub use self::sourcefd::SourceFd;
}
}

0 comments on commit 932b27a

Please sign in to comment.