Skip to content

Commit 6de9ed1

Browse files
committed
Fix not a hyperlink warnings
Signed-off-by: hi-rustin <[email protected]>
1 parent 0756938 commit 6de9ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cargo-util/src/process_builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ impl ProcessBuilder {
203203
///
204204
/// Ref:
205205
///
206-
/// - https://doc.rust-lang.org/rustdoc/command-line-arguments.html#path-load-command-line-flags-from-a-path
207-
/// - https://doc.rust-lang.org/rustc/command-line-arguments.html#path-load-command-line-flags-from-a-path>
206+
/// - <https://doc.rust-lang.org/rustdoc/command-line-arguments.html#path-load-command-line-flags-from-a-path>
207+
/// - <https://doc.rust-lang.org/rustc/command-line-arguments.html#path-load-command-line-flags-from-a-path>
208208
pub fn retry_with_argfile(&mut self, enabled: bool) -> &mut Self {
209209
self.retry_with_argfile = enabled;
210210
self

0 commit comments

Comments
 (0)