-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requires rustfmt v2.x
- Loading branch information
Showing
60 changed files
with
5,997 additions
and
3,699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f5467c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit says it was done with
rustfmt 2.x
, but I'm having trouble finding that version of rustfmt... There are a few references in the rustfmt repo, but those branches seem quite out-of-date.What version was this done with? It might help with updating my experimental fork.
f5467c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From memory, I built and installed rustfmt locally at v2.0.0-rc.2. AFAIK there isn't a crates.io version available.
f5467c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once rustfmt v2 is released I'll be running
rustfmt --check
in CI to defend thisf5467c1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that version even compiled with current (nightly or stable) Rustc... That tag is from May.