We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo_compile/mod.rs
1 parent 15d0909 commit ae252b5Copy full SHA for ae252b5
src/cargo/ops/cargo_compile/mod.rs
@@ -15,7 +15,7 @@
15
//! from the resolver. See also [`unit_dependencies`].
16
//! 5. Construct the [`BuildContext`] with all of the information collected so
17
//! far. This is the end of the "front end" of compilation.
18
-//! 6. Create a [`Context`] which oordinates the compilation process a
+//! 6. Create a [`Context`] which coordinates the compilation process
19
//! and will perform the following steps:
20
//! 1. Prepare the `target` directory (see [`Layout`]).
21
//! 2. Create a [`JobQueue`]. The queue checks the
0 commit comments