Skip to content

Commit 210c911

Browse files
author
Pirh
committed
Remove misleading line on Windows Subsystem stdio
1 parent 6f653bb commit 210c911

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/libstd/process.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -555,9 +555,6 @@ impl Command {
555555
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
556556
/// defaults to [`piped`] when used with `output`.
557557
///
558-
/// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
559-
/// set, no stdin is connected unless explicitly assigned.
560-
///
561558
/// [`inherit`]: struct.Stdio.html#method.inherit
562559
/// [`piped`]: struct.Stdio.html#method.piped
563560
///
@@ -584,9 +581,6 @@ impl Command {
584581
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
585582
/// defaults to [`piped`] when used with `output`.
586583
///
587-
/// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
588-
/// set, no stdout is connected unless explicitly assigned.
589-
///
590584
/// [`inherit`]: struct.Stdio.html#method.inherit
591585
/// [`piped`]: struct.Stdio.html#method.piped
592586
///
@@ -613,9 +607,6 @@ impl Command {
613607
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
614608
/// defaults to [`piped`] when used with `output`.
615609
///
616-
/// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
617-
/// set, no stderr is connected unless explicitly assigned.
618-
///
619610
/// [`inherit`]: struct.Stdio.html#method.inherit
620611
/// [`piped`]: struct.Stdio.html#method.piped
621612
///

0 commit comments

Comments
 (0)