We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0756938 + 6de9ed1 commit ffb6ee9Copy full SHA for ffb6ee9
crates/cargo-util/src/process_builder.rs
@@ -203,8 +203,8 @@ impl ProcessBuilder {
203
///
204
/// Ref:
205
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>
+ /// - <https://doc.rust-lang.org/rustdoc/command-line-arguments.html#path-load-command-line-flags-from-a-path>
+ /// - <https://doc.rust-lang.org/rustc/command-line-arguments.html#path-load-command-line-flags-from-a-path>
208
pub fn retry_with_argfile(&mut self, enabled: bool) -> &mut Self {
209
self.retry_with_argfile = enabled;
210
self
0 commit comments