Make Build::run comment more accurate

This commit is contained in:
Jakub Beránek 2024-08-09 12:17:01 +02:00
parent 97e72524a3
commit f72cb0415b

View file

@ -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,