Skip to content

Commit bfb5144

Browse files
committed
remove FIXME comment
1 parent 2ef3a42 commit bfb5144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-solve/src/coinductive_goal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl<I: Interner> IsCoinductive<I> for Goal<I> {
2828
GoalData::DomainGoal(DomainGoal::WellFormed(WellFormed::Trait(..))) => true,
2929
GoalData::DomainGoal(_) => false,
3030
GoalData::Quantified(_, goal) => goal.skip_binders().is_coinductive(db),
31-
GoalData::All(..) => true, // FIXME(ndm)
31+
GoalData::All(..) => true,
3232
GoalData::Implies(_, goal) => goal.is_coinductive(db),
3333
GoalData::Not(_) => false,
3434
GoalData::EqGoal(_) => false,

0 commit comments

Comments
 (0)