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.
1 parent c6c1796 commit 01e44b1Copy full SHA for 01e44b1
src/bootstrap/src/core/builder/mod.rs
@@ -104,7 +104,7 @@ pub trait Step: 'static + Clone + Debug + PartialEq + Eq + Hash {
104
/// 1. Directly from [`Builder::execute_cli`].
105
/// 2. Indirectly by being called from other `Step`s using [`Builder::ensure`].
106
///
107
- /// When called with [`Builder::execute_cli`] (as done by `Build::build`), this function executed twice:
+ /// When called with [`Builder::execute_cli`] (as done by `Build::build`), this function is executed twice:
108
/// - First in "dry-run" mode to validate certain things (like cyclic Step invocations,
109
/// directory creation, etc) super quickly.
110
/// - Then it's called again to run the actual, very expensive process.
0 commit comments