File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,9 @@ impl fmt::Debug for Child {
148
148
}
149
149
}
150
150
151
- /// A handle to a child process's stdin. This struct is used in the [`stdin`]
152
- /// field on [`Child`].
151
+ /// A handle to a child process's stdin.
152
+ ///
153
+ /// This struct is used in the [`stdin`] field on [`Child`].
153
154
///
154
155
/// [`Child`]: struct.Child.html
155
156
/// [`stdin`]: struct.Child.html#structfield.stdin
@@ -190,8 +191,9 @@ impl fmt::Debug for ChildStdin {
190
191
}
191
192
}
192
193
193
- /// A handle to a child process's stdout. This struct is used in the [`stdout`]
194
- /// field on [`Child`].
194
+ /// A handle to a child process's stdout.
195
+ ///
196
+ /// This struct is used in the [`stdout`] field on [`Child`].
195
197
///
196
198
/// [`Child`]: struct.Child.html
197
199
/// [`stdout`]: struct.Child.html#structfield.stdout
You can’t perform that action at this time.
0 commit comments