This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
comprehensive-rust
Watch
1
Star
0
Fork
0
You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced
2024-12-14 22:15:54 +02:00
Code
Issues
Releases
Activity
6920a4787b
comprehensive-rust
/
rustfmt.toml
3 lines
86 B
TOML
Raw
Normal View
History
Unescape
Escape
Enable `imports_granularity` for `rustfmt` (#637) 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
2023-05-16 12:35:49 +02:00
imports_granularity
=
"module"
# Please use nightly for this setting.
Publish Comprehensive Rust 🦀
2022-12-21 17:36:30 +02:00
max_width
=
90
Reference in New Issue
Copy Permalink