diff options
Diffstat (limited to '.rustfmt.toml')
| -rw-r--r-- | .rustfmt.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rustfmt.toml b/.rustfmt.toml index ec1e17ff..76387ac0 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,4 +1,4 @@ reorder_imports = true # uncomment once stable -#imports_granularity = "crate" -#group_imports = "StdExternalCrate" +imports_granularity = "crate" +group_imports = "StdExternalCrate" |
