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 8182868 commit adad65fCopy full SHA for adad65f
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
- id: cargo-fmt
40
name: cargo-fmt
41
description: Format files with cargo fmt.
42
- entry: cargo fmt
+ entry: cargo +nightly fmt
43
language: system
44
types: [rust]
45
args: ["--"]
rust-toolchain
@@ -0,0 +1 @@
1
+stable
rustfmt.toml
@@ -0,0 +1,4 @@
+group_imports = "StdExternalCrate"
2
+imports_granularity = "Module"
3
+reorder_impl_items = true
4
+reorder_imports = true
0 commit comments