diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/tests/heavy_tests/main.rs | 2 |
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 | ||