We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194a60b + 2e5719c commit 7329054Copy full SHA for 7329054
src/cargo/ops/cargo_compile/mod.rs
@@ -5,7 +5,7 @@
5
//! rough outline is:
6
//!
7
//! 1. Resolve the dependency graph (see [`ops::resolve`]).
8
-//! 2. Download any packages needed (see [`PackageSet`].
+//! 2. Download any packages needed (see [`PackageSet`]).
9
//! 3. Generate a list of top-level "units" of work for the targets the user
10
//! requested on the command-line. Each [`Unit`] corresponds to a compiler
11
//! invocation. This is done in this module ([`UnitGenerator::generate_root_units`]).
0 commit comments