Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <DCNick3@users.noreply.github.com>
- Loading branch information