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

macros: fix rustfmt on 1.48.0 #3160

Merged
merged 1 commit into from
Nov 20, 2020
Merged

macros: fix rustfmt on 1.48.0 #3160

merged 1 commit into from
Nov 20, 2020

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented 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

@hawkw hawkw merged commit f927f01 into master Nov 20, 2020
@hawkw hawkw deleted the eliza/rustfmt branch November 20, 2020 18:19
@Darksonn Darksonn added the A-ci Area: The continuous integration setup label Nov 22, 2020
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

4 participants