Fix run-make-support doc errors

error: redundant explicit link target because label contains path that resolves to same destination
This commit is contained in:
Chris Denton 2024-05-28 02:11:08 +00:00
parent b119e42b18
commit ef9e6caabc
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
3 changed files with 3 additions and 3 deletions

View File

@ -351,7 +351,7 @@ macro_rules! impl_common_helpers {
self
}
/// Inspect what the underlying [`Command`][::std::process::Command] is up to the
/// Inspect what the underlying [`Command`] is up to the
/// current construction.
pub fn inspect<I>(&mut self, inspector: I) -> &mut Self
where

View File

@ -203,7 +203,7 @@ impl Rustc {
self
}
/// Get the [`Output`][::std::process::Output] of the finished process.
/// Get the [`Output`] of the finished process.
#[track_caller]
pub fn command_output(&mut self) -> ::std::process::Output {
// let's make sure we piped all the input and outputs

View File

@ -94,7 +94,7 @@ impl Rustdoc {
self
}
/// Get the [`Output`][::std::process::Output] of the finished process.
/// Get the [`Output`] of the finished process.
#[track_caller]
pub fn command_output(&mut self) -> ::std::process::Output {
// let's make sure we piped all the input and outputs