Skip to content

Commit

Permalink
Fix missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
heisen-li committed Feb 21, 2024
1 parent e7ff7a6 commit 2e5719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_compile/mod.rs
Expand Up @@ -5,7 +5,7 @@
//! rough outline is:
//!
//! 1. Resolve the dependency graph (see [`ops::resolve`]).
//! 2. Download any packages needed (see [`PackageSet`].
//! 2. Download any packages needed (see [`PackageSet`]).
//! 3. Generate a list of top-level "units" of work for the targets the user
//! requested on the command-line. Each [`Unit`] corresponds to a compiler
//! invocation. This is done in this module ([`UnitGenerator::generate_root_units`]).
Expand Down

0 comments on commit 2e5719c

Please sign in to comment.