1
Fork 0
This commit is contained in:
sinkuu 2017-08-11 16:17:12 +09:00
parent b433e63d2a
commit fea3080f91
19 changed files with 0 additions and 22 deletions

View file

@ -404,7 +404,6 @@ where
} else {
Some(format!("{}{}", args, output))
}
}
fn type_bound_colon(context: &RewriteContext) -> &'static str {
@ -601,7 +600,6 @@ impl Rewrite for ast::TyParam {
result.push_str(&join_bounds(context, shape, &strs));
}
if let Some(ref def) = self.default {
let eq_str = match context.config.type_punctuation_density() {
TypeDensity::Compressed => "=",
TypeDensity::Wide => " = ",