rust/crates/ra_ide_api/src/marks.rs
Aleksey Kladov 2dbf58c579 move completion item tests closer to the code
this is the reason why we need marks: the tests were spread across two
files, because I've forgotten that there were tests already
2019-01-23 16:05:13 +03:00

3 lines
65 B
Rust

use test_utils::mark;
mark!(inserts_parens_for_function_calls);