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
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ pub fn args<S>(&mut self, args: &[S]) -> &mut 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.
pub fn inspect<I>(&mut self, inspector: I) -> &mut Self
where
+1 -1
View File
@@ -203,7 +203,7 @@ pub fn crate_name<S: AsRef<OsStr>>(&mut self, name: S) -> &mut Self {
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
+1 -1
View File
@@ -94,7 +94,7 @@ pub fn stdin<I: AsRef<[u8]>>(&mut self, input: I) -> &mut Self {
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