mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Add README for rustfmt-core and use rustfmt-config from crates.io
This commit is contained in:
parent
7eabc6413d
commit
f1281cb440
@ -18,7 +18,7 @@ log = "0.3"
|
|||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
rustc-ap-syntax = "29.0.0"
|
rustc-ap-syntax = "29.0.0"
|
||||||
rustc-ap-rustc_errors = "29.0.0"
|
rustc-ap-rustc_errors = "29.0.0"
|
||||||
rustfmt-config = { path = "../rustfmt-config" }
|
rustfmt-config = "0.4.0"
|
||||||
term = "0.4"
|
term = "0.4"
|
||||||
unicode-segmentation = "1.0.0"
|
unicode-segmentation = "1.0.0"
|
||||||
|
|
||||||
|
3
rustfmt-core/README.md
Normal file
3
rustfmt-core/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# rustfmt-core
|
||||||
|
|
||||||
|
Core formatting functionality for Rustfmt
|
Loading…
Reference in New Issue
Block a user