We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009bcd commit c6aee96Copy full SHA for c6aee96
rustfmt.toml
@@ -3,4 +3,5 @@ unstable_features = true # Cargo fmt now needs to be called with `cargo +nightly
3
group_imports = "StdExternalCrate" # create three groups for std, external and local crates
4
# Merge imports from the same module
5
# See: https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#imports_granularity
6
-imports_granularity = "Module"
+imports_granularity = "Module"
7
+style_edition = "2021"
0 commit comments