mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +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_syntax = { path = "../ra_syntax" }
|
||||||
ra_text_edit = { path = "../ra_text_edit" }
|
ra_text_edit = { path = "../ra_text_edit" }
|
||||||
|
|
||||||
proptest = "0.8.7"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test_utils = { path = "../test_utils" }
|
test_utils = { path = "../test_utils" }
|
||||||
|
proptest = "0.8.7"
|
||||||
|
|
|
@ -2,8 +2,7 @@ mod code_actions;
|
||||||
mod extend_selection;
|
mod extend_selection;
|
||||||
mod folding_ranges;
|
mod folding_ranges;
|
||||||
mod line_index;
|
mod line_index;
|
||||||
// public for benchmarkig
|
mod line_index_utils;
|
||||||
pub mod line_index_utils;
|
|
||||||
mod symbols;
|
mod symbols;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod test_utils;
|
mod test_utils;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue