Skip to content

Commit

Permalink
Update src/internal/partial_solution.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Zanie Blue <[email protected]>
  • Loading branch information
konstin and zanieb authored Dec 12, 2024
1 parent 12d48d9 commit 8ac333a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/partial_solution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub(crate) struct PartialSolution<DP: DependencyProvider> {
/// The max heap allows quickly `pop`ing the highest priority package.
prioritized_potential_packages:
PriorityQueue<Id<DP::P>, DP::Priority, BuildHasherDefault<FxHasher>>,
/// Track whether we have never backtracked to enable fast path optimizations.
/// Whether we have never backtracked, to enable fast path optimizations.
has_ever_backtracked: bool,
}

Expand Down

0 comments on commit 8ac333a

Please sign in to comment.