Skip to content

Commit

Permalink
Auto merge of #12538 - epage:doc, r=weihanglo
Browse files Browse the repository at this point in the history
docs: Remove redundant explicit link

CI is currently broken due to a new warning in nightlies
  • Loading branch information
bors committed Aug 21, 2023
2 parents 80eca0e + c508cb6 commit 699230f
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`](crate::core::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 699230f

Please sign in to comment.