Skip to content

Commit

Permalink
Auto merge of #13470 - heisen-li:fix, r=weihanglo
Browse files Browse the repository at this point in the history
Fix missing brackets

### What does this PR try to resolve?

There seems to be a missing parenthesis.
  • Loading branch information
bors committed Feb 21, 2024
2 parents 194a60b + 2e5719c commit 7329054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_compile/mod.rs
Original file line number Diff line number Diff line change
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 7329054

Please sign in to comment.