Skip to content

Commit 7329054

Browse files
committed
Auto merge of #13470 - heisen-li:fix, r=weihanglo
Fix missing brackets ### What does this PR try to resolve? There seems to be a missing parenthesis.
2 parents 194a60b + 2e5719c commit 7329054

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/ops/cargo_compile

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_compile/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! rough outline is:
66
//!
77
//! 1. Resolve the dependency graph (see [`ops::resolve`]).
8-
//! 2. Download any packages needed (see [`PackageSet`].
8+
//! 2. Download any packages needed (see [`PackageSet`]).
99
//! 3. Generate a list of top-level "units" of work for the targets the user
1010
//! requested on the command-line. Each [`Unit`] corresponds to a compiler
1111
//! invocation. This is done in this module ([`UnitGenerator::generate_root_units`]).

0 commit comments

Comments
 (0)