aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-06-03 11:40:12 +0100
committerGitHub <[email protected]>2020-06-03 11:40:12 +0100
commita36c1d3fbcfe0837b73d5a849111683bef447fd8 (patch)
tree92cc01ebc29f91adb5951b6898e4543217039463 /crates
parent9b3d4be42120796c9845376a9ad315736fc85eca (diff)
parent2e7d12d2f3ccfd1ef9946d1212e2455e5937c521 (diff)
Merge #4727
4727: Drop test for old format r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/rust-analyzer/tests/heavy_tests/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/rust-analyzer/tests/heavy_tests/main.rs b/crates/rust-analyzer/tests/heavy_tests/main.rs
index 69dc719c5..c1805787a 100644
--- a/crates/rust-analyzer/tests/heavy_tests/main.rs
+++ b/crates/rust-analyzer/tests/heavy_tests/main.rs
@@ -331,8 +331,6 @@ fn test_missing_module_code_action_in_json_project() {
331 "deps": [], 331 "deps": [],
332 "edition": "2015", 332 "edition": "2015",
333 "cfg": [ "cfg_atom_1", "feature=cfg_1"], 333 "cfg": [ "cfg_atom_1", "feature=cfg_1"],
334 "atom_cfgs": ["atom_2"],
335 "key_value_cfgs": { "feature": "key_value_feature", "other": "value"}
336 } ] 334 } ]
337 }); 335 });
338 336