diff options
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 6d5c9daf5..fdbd7566f 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -21,7 +21,6 @@ url = "*" | |||
21 | pulldown-cmark-to-cmark = "4.0.2" | 21 | pulldown-cmark-to-cmark = "4.0.2" |
22 | pulldown-cmark = "0.7.0" | 22 | pulldown-cmark = "0.7.0" |
23 | oorandom = "11.1.2" | 23 | oorandom = "11.1.2" |
24 | once_cell = "1" | ||
25 | 24 | ||
26 | stdx = { path = "../stdx" } | 25 | stdx = { path = "../stdx" } |
27 | 26 | ||