diff options
author | Aleksey Kladov <[email protected]> | 2018-08-18 10:42:28 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-18 10:42:28 +0100 |
commit | 4d8be265849c55912467961e09af657176472dcb (patch) | |
tree | 6d1808a89a57db69211a1dd5d4f25c4650da10d7 /crates/libeditor/Cargo.toml | |
parent | a5eeef0eeed092cb663afc3b0cda2c0df0c7e793 (diff) |
refactor
Diffstat (limited to 'crates/libeditor/Cargo.toml')
-rw-r--r-- | crates/libeditor/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/libeditor/Cargo.toml b/crates/libeditor/Cargo.toml index 7b39870cd..55f41c2c5 100644 --- a/crates/libeditor/Cargo.toml +++ b/crates/libeditor/Cargo.toml | |||
@@ -9,7 +9,6 @@ itertools = "0.7.8" | |||
9 | superslice = "0.1.0" | 9 | superslice = "0.1.0" |
10 | 10 | ||
11 | libsyntax2 = { path = "../libsyntax2" } | 11 | libsyntax2 = { path = "../libsyntax2" } |
12 | smol_str = "0.1.0" | ||
13 | 12 | ||
14 | [dev-dependencies] | 13 | [dev-dependencies] |
15 | assert_eq_text = { path = "../assert_eq_text" } | 14 | assert_eq_text = { path = "../assert_eq_text" } |