You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Yeah, old rustfmt was to avoid another nightly dependency.
Note that the diesel logic will probably run into problems with travis caches when they upgrade rustfmt. The old version will still exist, so nothing will necessitate an upgrade. Combinging it with my logic would help because it checks if rustfmt is installed and is the expected version. If this fails, it force installs.
Rustfmt the whole codebase and add a CI step to check the formatting.
@epage linked to this config, but I'm more inclined to do it like we do our clippy build, and use rustfmt-nightly just like diesel.
The text was updated successfully, but these errors were encountered: