Skip to content

Commit

Permalink
fix rewrite_where_clause call added for handling trait aliases with w…
Browse files Browse the repository at this point in the history
…here clauses
  • Loading branch information
scampi committed May 30, 2019
1 parent b4650ec commit 892d102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ impl<'a> Rewrite for TraitAliasBounds<'a> {
&self.generics.where_clause,
context.config.brace_style(),
shape,
Density::Compressed,
false,
";",
None,
self.generics.where_clause.span.lo(),
Expand Down

0 comments on commit 892d102

Please sign in to comment.