File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
- stable
6
6
- beta
7
7
- nightly
8
+ os :
9
+ - linux
10
+ - osx
8
11
matrix :
9
12
include :
10
13
- env : RUSTFMT
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pub trait CommandStdInExt {
32
32
///
33
33
/// let mut cmd = Command::new("cat");
34
34
/// cmd
35
- /// .arg("-A ")
35
+ /// .arg("-et ")
36
36
/// .with_stdin()
37
37
/// .buffer("42");
38
38
/// let output = cmd.unwrap();
@@ -66,7 +66,7 @@ impl<'a> StdInCommandBuilder<'a> {
66
66
///
67
67
/// let mut cmd = Command::new("cat");
68
68
/// cmd
69
- /// .arg("-A ")
69
+ /// .arg("-et ")
70
70
/// .with_stdin()
71
71
/// .buffer("42");
72
72
/// let output = cmd.unwrap();
@@ -97,7 +97,7 @@ impl<'a> StdInCommandBuilder<'a> {
97
97
///
98
98
/// let mut cmd = Command::new("cat");
99
99
/// cmd
100
- /// .arg("-A ")
100
+ /// .arg("-et ")
101
101
/// .with_stdin()
102
102
/// .path("Cargo.toml")
103
103
/// .unwrap();
You can’t perform that action at this time.
0 commit comments