Skip to content

Commit 7c7df1c

Browse files
committed
Remove dangling debug comments
1 parent 434a8fa commit 7c7df1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cargo/core/resolver/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ fn activate_deps_loop(
270270
// `conflicting_activations` in `past_conflicting_activations`
271271
let mut backtracked = false;
272272

273-
// for candidate in remaining_candidates {
274-
// let next = candidate;
275273
loop {
276274
let next = remaining_candidates.next();
277275

@@ -712,9 +710,6 @@ struct BacktrackFrame {
712710
/// filtered out, and as they are filtered the causes will be added to `conflicting_prev_active`.
713711
#[derive(Clone)]
714712
struct ValidCandidates {
715-
// remaining: RcVecIter<Summary>,
716-
// // This is an inlined peekable generator
717-
// has_another: Option<Summary>,
718713
prioritized_candidates: RcVecIter<Summary>,
719714
// This is an inlined peekable generator
720715
has_another: Option<Summary>,

0 commit comments

Comments
 (0)