This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/tools/run-make-support/src Expand file tree Collapse file tree 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 {
351351 self
352352 }
353353
354- /// Inspect what the underlying [`Command`][::std::process::Command] is up to the
354+ /// Inspect what the underlying [`Command`] is up to the
355355 /// current construction.
356356 pub fn inspect<I >( & mut self , inspector: I ) -> & mut Self
357357 where
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ impl Rustc {
203203 self
204204 }
205205
206- /// Get the [`Output`][::std::process::Output] of the finished process.
206+ /// Get the [`Output`] of the finished process.
207207 #[ track_caller]
208208 pub fn command_output ( & mut self ) -> :: std:: process:: Output {
209209 // 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 {
9494 self
9595 }
9696
97- /// Get the [`Output`][::std::process::Output] of the finished process.
97+ /// Get the [`Output`] of the finished process.
9898 #[ track_caller]
9999 pub fn command_output ( & mut self ) -> :: std:: process:: Output {
100100 // let's make sure we piped all the input and outputs
You can’t perform that action at this time.
0 commit comments