1
Fork 0

Force semicolons after break/continue/return. Remove after blocks.

This commit is contained in:
Marcus Klaas 2015-10-14 22:28:17 +02:00
parent 1acce558be
commit b039e3a8c3
5 changed files with 54 additions and 11 deletions

View file

@ -1322,7 +1322,7 @@ fn rewrite_struct_lit<'a>(context: &RewriteContext,
if prelim_tactic == ListTactic::HorizontalVertical && fields.len() > 1 {
prelim_tactic = ListTactic::LimitedHorizontalVertical(context.config.struct_lit_width);
};
}
definitive_tactic(&item_vec, prelim_tactic, h_budget)
};