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 434a8fa commit 7c7df1cCopy full SHA for 7c7df1c
src/cargo/core/resolver/mod.rs
@@ -270,8 +270,6 @@ fn activate_deps_loop(
270
// `conflicting_activations` in `past_conflicting_activations`
271
let mut backtracked = false;
272
273
- // for candidate in remaining_candidates {
274
- // let next = candidate;
275
loop {
276
let next = remaining_candidates.next();
277
@@ -712,9 +710,6 @@ struct BacktrackFrame {
712
710
/// filtered out, and as they are filtered the causes will be added to `conflicting_prev_active`.
713
711
#[derive(Clone)]
714
struct ValidCandidates {
715
- // remaining: RcVecIter<Summary>,
716
- // // This is an inlined peekable generator
717
- // has_another: Option<Summary>,
718
prioritized_candidates: RcVecIter<Summary>,
719
// This is an inlined peekable generator
720
has_another: Option<Summary>,
0 commit comments