ra_hir does not depend on ra_editor

This commit is contained in:
Aleksey Kladov 2019-01-08 20:45:26 +03:00
parent 702bdacb03
commit 13301f284c
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@ parking_lot = "0.7.0"
ena = "0.11"
ra_syntax = { path = "../ra_syntax" }
ra_arena = { path = "../ra_arena" }
ra_editor = { path = "../ra_editor" }
ra_db = { path = "../ra_db" }
test_utils = { path = "../test_utils" }