Assign FIXMEs to me and remove obsolete ones

Also fixed capitalization of documentation
This commit is contained in:
Deadbeef 2021-08-14 15:57:46 +00:00
parent 136eaa1b25
commit f25d2bd53b
No known key found for this signature in database
GPG key ID: 027DF9338862ADDD
5 changed files with 5 additions and 18 deletions

View file

@ -316,7 +316,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
self.infcx.tcx
}
/// returns `true` if the predicate is considered `const` to
/// Returns `true` if the predicate is considered `const` to
/// this selection context.
pub fn is_predicate_const(&self, pred: ty::Predicate<'_>) -> bool {
match pred.kind().skip_binder() {