Skip to content

Commit ff7009a

Browse files
committed
nit
1 parent e5430e5 commit ff7009a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_mir/src/borrow_check/diagnostics/region_name.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ impl<'tcx> MirBorrowckCtxt<'_, 'tcx> {
404404
);
405405
if type_name.find(&format!("'{}", counter)).is_some() {
406406
// Only add a label if we can confirm that a region was labelled.
407-
408407
Some(RegionNameHighlight::CannotMatchHirTy(span, type_name))
409408
} else {
410409
None

0 commit comments

Comments
 (0)