Skip to content

Commit 2061b6b

Browse files
committed
Revert "Fix broken doc link"
This reverts commit 603c0af.
1 parent d029105 commit 2061b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl OutputMode {
5050
/// If you want to delay failures until the end of bootstrap, use [delay_failure].
5151
///
5252
/// By default, the command will print its stdout/stderr to stdout/stderr of bootstrap ([OutputMode::Print]).
53-
/// If you want to handle the output programmatically, use [BootstrapCommand::run_capture].
53+
/// If you want to handle the output programmatically, use [BootstrapCommand::capture].
5454
///
5555
/// Bootstrap will print a debug log to stdout if the command fails and failure is not allowed.
5656
///

0 commit comments

Comments
 (0)