We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dbe56 commit 34415c1Copy full SHA for 34415c1
src/solver.rs
@@ -214,7 +214,7 @@ impl PackageResolutionStatistics {
214
}
215
216
217
- /// The number of packages resolution new about the first time this package was mentioned.
+ /// The number of packages known by Pubgrub when this package was mentioned for the first time.
218
///
219
/// The root package will return `0`. It's direct dependencies will start at `1` and go up from there.
220
/// Prioritizing based on this value directly will lead to a depth first search of the resolution graph.
0 commit comments