You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prune stale issues
Adds regression tests for the following issues which seem to be fixed on
master:
Closes#1762Closes#2388Closes#2672Closes#2755Closes#2947Closes#2978Closes#3148Closes#3206@topecongiro@calebcartwright appologies for the large number of issues
in this commit; if you prefer I can split it up into 2+.
* fixup! Prune stale issues
rustfmt formats inserts a newline between
)
and{
in this example:When the
let xxx…
line has 99 characters.I would expect a formatting like this (which rustfmt produces when adding one more
x
):The text was updated successfully, but these errors were encountered: