Skip to content

Commit e38468e

Browse files
epageweihanglo
authored andcommitted
docs: Remove redundant explicit link
CI is currently broken due to a new warning in nightlies
1 parent 8d5fd64 commit e38468e

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`](crate::core::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)