Some manual rustfmt as rustfmt is broken on this file
This commit is contained in:
parent
251021c1ab
commit
43ff2a7e50
1 changed files with 4 additions and 3 deletions
|
@ -81,7 +81,8 @@ pub fn walk_types<'tcx, V: SpannedTypeVisitor<'tcx>>(
|
|||
visitor.visit(span, tcx.type_of(item).instantiate_identity());
|
||||
for (pred, span) in tcx.predicates_of(item).instantiate_identity(tcx) {
|
||||
visitor.visit(span, pred)?;
|
||||
}}
|
||||
}
|
||||
}
|
||||
DefKind::TraitAlias | DefKind::Trait => {
|
||||
for (pred, span) in tcx.predicates_of(item).instantiate_identity(tcx) {
|
||||
visitor.visit(span, pred)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue