nit
This commit is contained in:
parent
e5430e5306
commit
ff7009a4d2
1 changed files with 0 additions and 1 deletions
|
@ -404,7 +404,6 @@ impl<'tcx> MirBorrowckCtxt<'_, 'tcx> {
|
||||||
);
|
);
|
||||||
if type_name.find(&format!("'{}", counter)).is_some() {
|
if type_name.find(&format!("'{}", counter)).is_some() {
|
||||||
// Only add a label if we can confirm that a region was labelled.
|
// Only add a label if we can confirm that a region was labelled.
|
||||||
|
|
||||||
Some(RegionNameHighlight::CannotMatchHirTy(span, type_name))
|
Some(RegionNameHighlight::CannotMatchHirTy(span, type_name))
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue