mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-29 18:29:40 +02:00
b4fb870af6
This requires us to run a nightly Rust for our formatting check[1]. Other users will see a warning when invoking `rustfmt`: Warning: can't set `imports_granularity = Module`, unstable features are only available in nightly channel. This should be harmless overall and help us ensure better consistency in our import formatting. [1]: https://rust-lang.github.io/rustfmt/?version=v1.5.1&search=#imports_granularity
3 lines
86 B
TOML
3 lines
86 B
TOML
imports_granularity = "module" # Please use nightly for this setting.
|
|
max_width = 90
|