File tree 3 files changed +3
-3
lines changed
src/tools/run-make-support/src
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ macro_rules! impl_common_helpers {
351
351
self
352
352
}
353
353
354
- /// Inspect what the underlying [`Command`][::std::process::Command] is up to the
354
+ /// Inspect what the underlying [`Command`] is up to the
355
355
/// current construction.
356
356
pub fn inspect<I >( & mut self , inspector: I ) -> & mut Self
357
357
where
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ impl Rustc {
203
203
self
204
204
}
205
205
206
- /// Get the [`Output`][::std::process::Output] of the finished process.
206
+ /// Get the [`Output`] of the finished process.
207
207
#[ track_caller]
208
208
pub fn command_output ( & mut self ) -> :: std:: process:: Output {
209
209
// let's make sure we piped all the input and outputs
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ impl Rustdoc {
94
94
self
95
95
}
96
96
97
- /// Get the [`Output`][::std::process::Output] of the finished process.
97
+ /// Get the [`Output`] of the finished process.
98
98
#[ track_caller]
99
99
pub fn command_output ( & mut self ) -> :: std:: process:: Output {
100
100
// let's make sure we piped all the input and outputs
You can’t perform that action at this time.
0 commit comments