-
Notifications
You must be signed in to change notification settings - Fork 977
Open
Labels
A-macrosArea: macros (procedural macros, macro_rules! macros, etc.)Area: macros (procedural macros, macro_rules! macros, etc.)A-modsArea: module resolutionArea: module resolution
Description
I found this problem locally and wondered how tokio was checking formatting in CI.
As you can see they are calling rustfmt directly:
https://github.com/tokio-rs/tokio/blob/master/ci/azure-rustfmt.yml#L17
This comment links to a cargo issue:
rust-lang/cargo#7732
However, this cargo issue is closed and it's not clear how it's related.
Metadata
Metadata
Assignees
Labels
A-macrosArea: macros (procedural macros, macro_rules! macros, etc.)Area: macros (procedural macros, macro_rules! macros, etc.)A-modsArea: module resolutionArea: module resolution