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
`rustfmt` (in its default config, at least) does not add a comma
in the last feature of the list, which means diffs are bigger at times.
In addition, this is how the standard library does it, and one
may argue it allows for easier `grep`ing too.
Link: #439 (comment).
Indirectly-suggested-by: Benoit de Chezelles <[email protected]>
Signed-off-by: Miguel Ojeda <[email protected]>
0 commit comments