mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
test code and dependency cleanup
This commit is contained in:
parent
e9c186e48a
commit
1cda43aafd
2 changed files with 2 additions and 4 deletions
|
@ -14,7 +14,6 @@ rustc-hash = "1.0"
|
|||
ra_syntax = { path = "../ra_syntax" }
|
||||
ra_text_edit = { path = "../ra_text_edit" }
|
||||
|
||||
proptest = "0.8.7"
|
||||
|
||||
[dev-dependencies]
|
||||
test_utils = { path = "../test_utils" }
|
||||
proptest = "0.8.7"
|
||||
|
|
|
@ -2,8 +2,7 @@ mod code_actions;
|
|||
mod extend_selection;
|
||||
mod folding_ranges;
|
||||
mod line_index;
|
||||
// public for benchmarkig
|
||||
pub mod line_index_utils;
|
||||
mod line_index_utils;
|
||||
mod symbols;
|
||||
#[cfg(test)]
|
||||
mod test_utils;
|
||||
|
|
Loading…
Reference in a new issue