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
Add the configuration for rustfmt which has been used thus far to the package.
This ensures that contributors can run the autoformatter and get results which are compatible with the existing code. Otherwise, the autoformatter will run with its default configuration, heavily modifying existing formatting and obscuring the real changes.
Unfortunately, the current configuration depends on features which are available only in nightly. This fact has been noted both in rustfmt.toml and CONTRIBUTING.md.
See also https://rust-lang.github.io/rustfmt/?version=v1.5.1&search=
PiperOrigin-RevId: 517365782
0 commit comments