aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-23 13:25:44 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-23 13:25:44 +0000
commit81fcfc55d247bfe6090741f2e4ae9aa89947bf32 (patch)
tree407c0ed2edf70d73c78224a9934c4a8c9e7eac2c /crates/ra_ide_api/src/marks.rs
parent86507c0626eb07485b21c61638673acbb3c2a9ad (diff)
parent71b9f06c89735b78439d0720e314b71969c17eb3 (diff)
Merge #608
608: Complete parens r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src/marks.rs')
-rw-r--r--crates/ra_ide_api/src/marks.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs
new file mode 100644
index 000000000..b4a726ef0
--- /dev/null
+++ b/crates/ra_ide_api/src/marks.rs
@@ -0,0 +1,3 @@
1use test_utils::mark;
2
3mark!(inserts_parens_for_function_calls);