Open
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.