@@ -555,9 +555,6 @@ impl Command {
555
555
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
556
556
/// defaults to [`piped`] when used with `output`.
557
557
///
558
- /// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
559
- /// set, no stdin is connected unless explicitly assigned.
560
- ///
561
558
/// [`inherit`]: struct.Stdio.html#method.inherit
562
559
/// [`piped`]: struct.Stdio.html#method.piped
563
560
///
@@ -584,9 +581,6 @@ impl Command {
584
581
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
585
582
/// defaults to [`piped`] when used with `output`.
586
583
///
587
- /// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
588
- /// set, no stdout is connected unless explicitly assigned.
589
- ///
590
584
/// [`inherit`]: struct.Stdio.html#method.inherit
591
585
/// [`piped`]: struct.Stdio.html#method.piped
592
586
///
@@ -613,9 +607,6 @@ impl Command {
613
607
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
614
608
/// defaults to [`piped`] when used with `output`.
615
609
///
616
- /// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
617
- /// set, no stderr is connected unless explicitly assigned.
618
- ///
619
610
/// [`inherit`]: struct.Stdio.html#method.inherit
620
611
/// [`piped`]: struct.Stdio.html#method.piped
621
612
///
0 commit comments