./x.py fmt

This commit is contained in:
Duddino 2020-04-16 11:34:26 +02:00
parent da59b8ff65
commit ad105ef9a4

View file

@ -2267,7 +2267,7 @@ fn fn_sig_suggestion(
};
if assoc.fn_has_self_parameter && i == 0 {
format!("&{}{}self", reg, mutability.prefix_str())
}else {
} else {
format!("_: {:?}", ty)
}
}