Skip to content

Commit

Permalink
remove rowan-based parser and rework deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jun 3, 2020
1 parent 59a9d4c commit e528bd4
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 793 deletions.
33 changes: 0 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions crates/analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ codespan9 = { package = "codespan", version = "0.9.2" }
codespan-reporting9 = { package = "codespan-reporting", version = "0.9.2" }
hex = "0.4.2"

rowan = "0.10.0"

shared = { path = "../dialects/shared" }
dialects = { path = "../dialects" }
utils = { path = "../utils" }
1 change: 0 additions & 1 deletion crates/analysis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ pub mod change;
pub mod completion;
pub mod config;
pub mod db;
pub mod rowan_parser;
pub mod utils;
95 changes: 0 additions & 95 deletions crates/analysis/src/rowan_parser/cursor.rs

This file was deleted.

Loading

0 comments on commit e528bd4

Please sign in to comment.