diff options
author | Aleksey Kladov <[email protected]> | 2019-11-27 18:32:33 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-27 18:35:06 +0000 |
commit | 757e593b253b4df7e6fc8bf15a4d4f34c9d484c5 (patch) | |
tree | d972d3a7e6457efdb5e0c558a8350db1818d07ae /crates/ra_ide_api/src/marks.rs | |
parent | d9a36a736bfb91578a36505e7237212959bb55fe (diff) |
rename ra_ide_api -> ra_ide
Diffstat (limited to 'crates/ra_ide_api/src/marks.rs')
-rw-r--r-- | crates/ra_ide_api/src/marks.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs deleted file mode 100644 index 848ae4dc7..000000000 --- a/crates/ra_ide_api/src/marks.rs +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | //! See test_utils/src/marks.rs | ||
2 | |||
3 | test_utils::marks!( | ||
4 | inserts_angle_brackets_for_generics | ||
5 | inserts_parens_for_function_calls | ||
6 | goto_definition_works_for_macros | ||
7 | goto_definition_works_for_methods | ||
8 | goto_definition_works_for_fields | ||
9 | goto_definition_works_for_record_fields | ||
10 | call_info_bad_offset | ||
11 | dont_complete_current_use | ||
12 | dont_complete_primitive_in_use | ||
13 | ); | ||