Skip to content

Commit d59bf6f

Browse files
NobodyXuDarksonn
andcommitted
Update tokio/src/process/mod.rs
Co-authored-by: Alice Ryhl <[email protected]>
1 parent fa38e67 commit d59bf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/process/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ mod sys {
14841484
impl_traits!(ChildStderr);
14851485
}
14861486

1487-
#[cfg(windows)]
1487+
#[cfg(any(windows, docsrs))]
14881488
#[cfg_attr(docsrs, doc(cfg(windows)))]
14891489
mod windows {
14901490
use super::*;

0 commit comments

Comments
 (0)