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
[feature] #3383: Make clippy and rustfmt happy (thanks, I hate it)
`rustfmt` wants `socket_addr!(127.0.0.1: port);` to be formatted as `socket_addr!(127.0.0 .1: port);`...
There is an option to exclude a certain macro invocations from being formatted, but
1) the config option parsing seems broken rust-lang/rustfmt#5816
2) the toolchain used in CI doesn't support it
I guess we would have to live with this ugly formatting for some time...
Signed-off-by: Nikita Strygin <[email protected]>
0 commit comments