Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Nov 2, 2023
1 parent b3f8aa8 commit 4a90222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub struct Candidates {
pub hint_dependencies_available: Vec<SolvableId>,

/// A list of solvables that are available but have been disabled for reasons outside of the
/// solver. For example, a package might be disabled because it is not compatible with the the
/// solver. For example, a package might be disabled because it is not compatible with the
/// runtime. The solver will not consider these solvables when forming a solution but will use
/// them in the error message if no solution could be found.
pub disabled: Vec<(SolvableId, StringId)>,
Expand Down

0 comments on commit 4a90222

Please sign in to comment.