Skip to content

Commit

Permalink
Update tokio/src/process/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Ryhl <[email protected]>
  • Loading branch information
NobodyXu and Darksonn committed Aug 9, 2023
1 parent a193745 commit f35bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/process/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ mod sys {
impl_traits!(ChildStderr);
}

#[cfg(windows)]
#[cfg(any(windows, docsrs))]
#[cfg_attr(docsrs, doc(cfg(windows)))]
mod windows {
use super::*;
Expand Down

0 comments on commit f35bcd2

Please sign in to comment.