Skip to content
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

chore: format with latest stable rustfmt #3158

Closed
wants to merge 1 commit into from
Closed

chore: format with latest stable rustfmt #3158

wants to merge 1 commit into from

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Nov 20, 2020

Motivation

rustfmt check currently failing on master.

#3156 (comment)

Probably something was fixed in Rust 1.48 stable. (It looks like modules that were not previously formatted correctly are now formatted.)

Solution

@hawkw hawkw closed this in #3160 Nov 20, 2020
hawkw added a commit that referenced this pull request Nov 20, 2020
## Motivation

Looks like the Rust 1.48.0 version of `rustfmt` changed some formatting
rules (fixed some bugs?), and some of the code in `tokio-macros` is no
longer correctly formatted. This is breaking CI.

## Solution

This commit runs rustfmt on Rust 1.48.0. This fixes CI.

Closes #3158
@Darksonn Darksonn added the A-ci Area: The continuous integration setup label Nov 22, 2020
@taiki-e taiki-e deleted the fmt branch November 26, 2020 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants