blob: 0a2eec8ad55e8420e73171a169e19dc080bca7e5 (
plain)
1
2
3
4
5
6
|
# 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"
group_imports = "StdExternalCrate"
|