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 d45969a commit 1687fb8Copy full SHA for 1687fb8
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