Skip to content

Commit

Permalink
Make Build::run comment more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Aug 9, 2024
1 parent 97e7252 commit f72cb04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,8 @@ impl Build {
}

/// Execute a command and return its output.
/// This method should be used for all command executions in bootstrap.
/// Note: Ideally, you should use one of the BootstrapCommand::run* functions to
/// execute commands. They internally call this method.
#[track_caller]
fn run(
&self,
Expand Down

0 comments on commit f72cb04

Please sign in to comment.