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 e7ff7a6 commit 2e5719cCopy full SHA for 2e5719c
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