Skip to content

Commit 555b2d9

Browse files
committed
fmt
1 parent 7404d3b commit 555b2d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_hir_analysis/src/collect/predicates_of.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@ pub(super) fn assert_only_contains_predicates_from<'tcx>(
752752
"unexpected non-`Self` predicate when computing \
753753
`{filter:?}` implied bounds: {clause:?}"
754754
);
755-
},
756-
ty::ClauseKind::UnstableImpl => todo!()
755+
}
756+
ty::ClauseKind::UnstableImpl => todo!(),
757757
}
758758
}
759759
}
@@ -781,7 +781,7 @@ pub(super) fn assert_only_contains_predicates_from<'tcx>(
781781
`{filter:?}` implied bounds: {clause:?}"
782782
);
783783
}
784-
ty::ClauseKind::UnstableImpl => todo!()
784+
ty::ClauseKind::UnstableImpl => todo!(),
785785
}
786786
}
787787
}

0 commit comments

Comments
 (0)