diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-13 11:00:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-13 11:00:05 +0100 |
commit | 8870a5ea138bb4ba048140d90d728721c4b4ad4b (patch) | |
tree | e355901a2d197f2b7cceb35a732a111afed58198 /crates/ra_fmt/Cargo.toml | |
parent | b5cb16fb90b4a1076604c5795552ee4abe07a057 (diff) | |
parent | c81f6230da98fd3e3fa91c0896d65922a1ed4a24 (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.toml | 15 |
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] | ||
2 | edition = "2018" | ||
3 | name = "ra_fmt" | ||
4 | version = "0.1.0" | ||
5 | authors = ["rust-analyzer developers"] | ||
6 | publish = false | ||
7 | license = "MIT OR Apache-2.0" | ||
8 | |||
9 | [lib] | ||
10 | doctest = false | ||
11 | |||
12 | [dependencies] | ||
13 | itertools = "0.9.0" | ||
14 | |||
15 | syntax = { path = "../syntax" } | ||