aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/marks.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-04-07 15:41:07 +0100
committerGitHub <[email protected]>2020-04-07 15:41:07 +0100
commit33c364b545350134b945fbca834194fd1a28fe08 (patch)
tree9a3ade9b4fdab53cb81e4186f51ec3d15861e89e /crates/ra_ide/src/marks.rs
parent97b963b44b9da1fca4229da4c8744fa88c25780b (diff)
parent3bde2b742388f3ec3bb08841f93a06a62be04e4d (diff)
Merge #3878
3878: A more precise panic macro r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide/src/marks.rs')
-rw-r--r--crates/ra_ide/src/marks.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide/src/marks.rs b/crates/ra_ide/src/marks.rs
index 1236cb773..5e1f135c5 100644
--- a/crates/ra_ide/src/marks.rs
+++ b/crates/ra_ide/src/marks.rs
@@ -7,4 +7,5 @@ test_utils::marks!(
7 dont_complete_current_use 7 dont_complete_current_use
8 test_resolve_parent_module_on_module_decl 8 test_resolve_parent_module_on_module_decl
9 search_filters_by_range 9 search_filters_by_range
10 dont_insert_macro_call_parens_unncessary
10); 11);