blob: 26527d909ad6c61aba369e58961979729b013d2c (
plain)
1
2
3
4
5
|
# UNSTABLE - this setting can eat comments in `use` blocks. See
# <https://github.com/rust-lang/rustfmt/issues/4991> for details.
#
# Yes, this is why the `check-format` and `reformat` tools use `+nightly`.
imports_granularity = "crate"
|