File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55- stable
66- beta
77- nightly
8+ os :
9+ - linux
10+ - osx
811matrix :
912 include :
1013 - env : RUSTFMT
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pub trait CommandStdInExt {
3232 ///
3333 /// let mut cmd = Command::new("cat");
3434 /// cmd
35- /// .arg("-A ")
35+ /// .arg("-et ")
3636 /// .with_stdin()
3737 /// .buffer("42");
3838 /// let output = cmd.unwrap();
@@ -66,7 +66,7 @@ impl<'a> StdInCommandBuilder<'a> {
6666 ///
6767 /// let mut cmd = Command::new("cat");
6868 /// cmd
69- /// .arg("-A ")
69+ /// .arg("-et ")
7070 /// .with_stdin()
7171 /// .buffer("42");
7272 /// let output = cmd.unwrap();
@@ -97,7 +97,7 @@ impl<'a> StdInCommandBuilder<'a> {
9797 ///
9898 /// let mut cmd = Command::new("cat");
9999 /// cmd
100- /// .arg("-A ")
100+ /// .arg("-et ")
101101 /// .with_stdin()
102102 /// .path("Cargo.toml")
103103 /// .unwrap();
You can’t perform that action at this time.
0 commit comments