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 7eabc64 commit f1281cbCopy full SHA for f1281cb
rustfmt-core/Cargo.toml
@@ -18,7 +18,7 @@ log = "0.3"
18
regex = "0.2"
19
rustc-ap-syntax = "29.0.0"
20
rustc-ap-rustc_errors = "29.0.0"
21
-rustfmt-config = { path = "../rustfmt-config" }
+rustfmt-config = "0.4.0"
22
term = "0.4"
23
unicode-segmentation = "1.0.0"
24
rustfmt-core/README.md
@@ -0,0 +1,3 @@
1
+# rustfmt-core
2
+
3
+Core formatting functionality for Rustfmt
0 commit comments