-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Format most crates with rustfmt #2338
Conversation
By the way, one of the reasons for doing this is that it's painful to review a PR that contains a lot of irrelevant format changes like #2283 |
I don't like the rustfmt to inflate the code. Perhaps it makes sense to use |
Hmm, the reason futures-channel doesn't conflict is actually due to a bug where rustfmt can't format the code contained in the module inside the macro. I need to exclude futures-channel from the list. |
This blocks a lot of other work I want to do, so I'll close this for now. |
This formats the following crates with rustfmt.
futures-util and futures-channel conflicts with many of other PRs and will not be formatted in this PR.
futures-executor also have some PR, but I plan to close them (I'll describe in detail when closing them).