Skip to content

Commit

Permalink
Remove misleading line on Windows Subsystem stdio
Browse files Browse the repository at this point in the history
  • Loading branch information
Pirh committed Oct 10, 2017
1 parent 6f653bb commit 210c911
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,6 @@ impl Command {
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
/// defaults to [`piped`] when used with `output`.
///
/// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
/// set, no stdin is connected unless explicitly assigned.
///
/// [`inherit`]: struct.Stdio.html#method.inherit
/// [`piped`]: struct.Stdio.html#method.piped
///
Expand All @@ -584,9 +581,6 @@ impl Command {
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
/// defaults to [`piped`] when used with `output`.
///
/// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
/// set, no stdout is connected unless explicitly assigned.
///
/// [`inherit`]: struct.Stdio.html#method.inherit
/// [`piped`]: struct.Stdio.html#method.piped
///
Expand All @@ -613,9 +607,6 @@ impl Command {
/// Defaults to [`inherit`] when used with `spawn` or `status`, and
/// defaults to [`piped`] when used with `output`.
///
/// On Windows, if the `#![windows_subsystem = "windows"]` attribute is
/// set, no stderr is connected unless explicitly assigned.
///
/// [`inherit`]: struct.Stdio.html#method.inherit
/// [`piped`]: struct.Stdio.html#method.piped
///
Expand Down

0 comments on commit 210c911

Please sign in to comment.