Skip to content

Commit f10b38e

Browse files
committed
FIXME -> TODO
1 parent d1c4375 commit f10b38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trait_selection/traits/object_safety.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ fn predicates_reference_self(
245245
.iter()
246246
.map(|(predicate, sp)| (predicate.subst_supertrait(tcx, &trait_ref), sp))
247247
.filter_map(|(predicate, &sp)| {
248-
// FIXME: forall
248+
// TODO: forall
249249
match predicate.ignore_qualifiers().skip_binder().kind() {
250250
ty::PredicateKind::Trait(ref data, _) => {
251251
// In the case of a trait predicate, we can skip the "self" type.

0 commit comments

Comments
 (0)