aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_fmt/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-13 11:00:05 +0100
committerGitHub <[email protected]>2020-08-13 11:00:05 +0100
commit8870a5ea138bb4ba048140d90d728721c4b4ad4b (patch)
treee355901a2d197f2b7cceb35a732a111afed58198 /crates/ra_fmt/Cargo.toml
parentb5cb16fb90b4a1076604c5795552ee4abe07a057 (diff)
parentc81f6230da98fd3e3fa91c0896d65922a1ed4a24 (diff)
Merge #5743
5743: Remove ra_fmt crate r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_fmt/Cargo.toml')
-rw-r--r--crates/ra_fmt/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/crates/ra_fmt/Cargo.toml b/crates/ra_fmt/Cargo.toml
deleted file mode 100644
index d42ca62be..000000000
--- a/crates/ra_fmt/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
1[package]
2edition = "2018"
3name = "ra_fmt"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6publish = false
7license = "MIT OR Apache-2.0"
8
9[lib]
10doctest = false
11
12[dependencies]
13itertools = "0.9.0"
14
15syntax = { path = "../syntax" }