Skip to content

Commit e04ba9c

Browse files
committed
fixup! std::process (unsupported): Implement From<io::Stdout> etc. for imp::Stdio
1 parent d6abf69 commit e04ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unsupported/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub struct StdioPipes {
2727
pub stderr: Option<AnonPipe>,
2828
}
2929

30-
// TODO: This should be a unti struct, so we can always construct it
30+
// TODO: This should be a unit struct, so we can always construct it
3131
// The value here should be never used, since we cannot spawn processes.
3232
pub enum Stdio {
3333
Inherit,

0 commit comments

Comments
 (0)