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:
parent
b119e42b18
commit
ef9e6caabc
3 changed files with 3 additions and 3 deletions
|
@ -351,7 +351,7 @@ macro_rules! impl_common_helpers {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Inspect what the underlying [`Command`][::std::process::Command] is up to the
|
/// Inspect what the underlying [`Command`] is up to the
|
||||||
/// current construction.
|
/// current construction.
|
||||||
pub fn inspect<I>(&mut self, inspector: I) -> &mut Self
|
pub fn inspect<I>(&mut self, inspector: I) -> &mut Self
|
||||||
where
|
where
|
||||||
|
|
|
@ -203,7 +203,7 @@ impl Rustc {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get the [`Output`][::std::process::Output] of the finished process.
|
/// Get the [`Output`] of the finished process.
|
||||||
#[track_caller]
|
#[track_caller]
|
||||||
pub fn command_output(&mut self) -> ::std::process::Output {
|
pub fn command_output(&mut self) -> ::std::process::Output {
|
||||||
// let's make sure we piped all the input and outputs
|
// let's make sure we piped all the input and outputs
|
||||||
|
|
|
@ -94,7 +94,7 @@ impl Rustdoc {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get the [`Output`][::std::process::Output] of the finished process.
|
/// Get the [`Output`] of the finished process.
|
||||||
#[track_caller]
|
#[track_caller]
|
||||||
pub fn command_output(&mut self) -> ::std::process::Output {
|
pub fn command_output(&mut self) -> ::std::process::Output {
|
||||||
// let's make sure we piped all the input and outputs
|
// let's make sure we piped all the input and outputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue