mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 19:58:32 +00:00
Fix formatting
This commit is contained in:
parent
e1e6a7aa7a
commit
7152bce192
@ -260,7 +260,7 @@ impl fmt::Debug for ChildStderr {
|
|||||||
/// ```
|
/// ```
|
||||||
/// use std::process::Command;
|
/// use std::process::Command;
|
||||||
///
|
///
|
||||||
/// let output = if cfg!(target_os = "windows"){
|
/// let output = if cfg!(target_os = "windows") {
|
||||||
/// Command::new("cmd")
|
/// Command::new("cmd")
|
||||||
/// .args(&["/C", "echo hello"])
|
/// .args(&["/C", "echo hello"])
|
||||||
/// .output()
|
/// .output()
|
||||||
|
Loading…
Reference in New Issue
Block a user