Skip to content

Commit f1281cb

Browse files
committed
Add README for rustfmt-core and use rustfmt-config from crates.io
1 parent 7eabc64 commit f1281cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

rustfmt-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.3"
1818
regex = "0.2"
1919
rustc-ap-syntax = "29.0.0"
2020
rustc-ap-rustc_errors = "29.0.0"
21-
rustfmt-config = { path = "../rustfmt-config" }
21+
rustfmt-config = "0.4.0"
2222
term = "0.4"
2323
unicode-segmentation = "1.0.0"
2424

rustfmt-core/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# rustfmt-core
2+
3+
Core formatting functionality for Rustfmt

0 commit comments

Comments
 (0)