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 d45969a + 1687fb8 commit c2408a7Copy full SHA for c2408a7
src/cargo/core/compiler/custom_build.rs
@@ -10,7 +10,7 @@
10
//! that would compile other Cargo targets. It will recursively creates units
11
//! of its dependencies. One biggest difference is that the [`Unit`] of
12
//! compiling a build script is flagged as [`TargetKind::CustomBuild`].
13
-//! * Build script executaion --- During the construction of the [`UnitGraph`],
+//! * Build script execution --- During the construction of the [`UnitGraph`],
14
//! Cargo inserts a [`Unit`] with [`CompileMode::RunCustomBuild`]. This unit
15
//! depends on the unit of compiling the associated build script, to ensure
16
//! the executable is available before running. The [`Work`] of running the
0 commit comments