File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ impl fmt::Debug for Child {
215
215
/// file handle will be closed. If the child process was blocked on input prior
216
216
/// to being dropped, it will become unblocked after dropping.
217
217
///
218
- /// [`stdin`]: crate::process::Child. stdin
218
+ /// [`stdin`]: Child:: stdin
219
219
/// [dropped]: Drop
220
220
#[ stable( feature = "process" , since = "1.0.0" ) ]
221
221
pub struct ChildStdin {
@@ -273,7 +273,7 @@ impl fmt::Debug for ChildStdin {
273
273
/// When an instance of `ChildStdout` is [dropped], the `ChildStdout`'s
274
274
/// underlying file handle will be closed.
275
275
///
276
- /// [`stdout`]: crate::process::Child. stdout
276
+ /// [`stdout`]: Child:: stdout
277
277
/// [dropped]: Drop
278
278
#[ stable( feature = "process" , since = "1.0.0" ) ]
279
279
pub struct ChildStdout {
@@ -333,7 +333,7 @@ impl fmt::Debug for ChildStdout {
333
333
/// When an instance of `ChildStderr` is [dropped], the `ChildStderr`'s
334
334
/// underlying file handle will be closed.
335
335
///
336
- /// [`stderr`]: crate::process::Child. stderr
336
+ /// [`stderr`]: Child:: stderr
337
337
/// [dropped]: Drop
338
338
#[ stable( feature = "process" , since = "1.0.0" ) ]
339
339
pub struct ChildStderr {
You can’t perform that action at this time.
0 commit comments