Rollup merge of #137600 - davidtwco:predicate-polarity-comment, r=fmease

type_ir: remove redundant part of comment

This comment refers to a `PredicatePolarity::Reserved` which no longer exists.
This commit is contained in:
León Orell Valerian Liehr 2025-02-25 13:07:42 +01:00 committed by GitHub
commit 65152e7724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,8 +131,6 @@ pub struct TraitPredicate<I: Interner> {
/// If polarity is Negative: we are proving that a negative impl of this trait
/// exists. (Note that coherence also checks whether negative impls of supertraits
/// exist via a series of predicates.)
///
/// If polarity is Reserved: that's a bug.
pub polarity: PredicatePolarity,
}