Skip to content

Commit 93c3898

Browse files
committed
cfg_io_source include hermit
1 parent 92d13d4 commit 93c3898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ macro_rules! cfg_net {
5151
macro_rules! cfg_io_source {
5252
($($item:item)*) => {
5353
$(
54-
#[cfg(any(feature = "net", all(unix, feature = "os-ext")))]
54+
#[cfg(any(feature = "net", all(any(unix, target_os = "hermit"), feature = "os-ext")))]
5555
#[cfg_attr(docsrs, doc(cfg(any(feature = "net", all(unix, feature = "os-ext")))))]
5656
$item
5757
)*

0 commit comments

Comments
 (0)