We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf86d53 commit 7913f13Copy full SHA for 7913f13
src/types.rs
@@ -211,7 +211,7 @@ impl Rewrite for ast::AssocConstraintKind {
211
match self {
212
ast::AssocConstraintKind::Equality { term } => match term {
213
Term::Ty(ty) => ty.rewrite(context, shape),
214
- Term::Const(c) => c.rewrite(context,shape),
+ Term::Const(c) => c.rewrite(context, shape),
215
},
216
ast::AssocConstraintKind::Bound { bounds } => bounds.rewrite(context, shape),
217
}
0 commit comments