./x.py fmt
This commit is contained in:
parent
da59b8ff65
commit
ad105ef9a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue