Skip to content

Commit ef9e6ca

Browse files
committed
Fix run-make-support doc errors
error: redundant explicit link target because label contains path that resolves to same destination
1 parent b119e42 commit ef9e6ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: src/tools/run-make-support/src/lib.rs

+1-1
Original file line numberDiff line numberDiff 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

Diff for: src/tools/run-make-support/src/rustc.rs

+1-1
Original file line numberDiff line numberDiff 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

Diff for: src/tools/run-make-support/src/rustdoc.rs

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)