aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/complete_scope.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/completion/complete_scope.rs')
-rw-r--r--crates/ra_ide_api/src/completion/complete_scope.rs19
1 files changed, 0 insertions, 19 deletions
diff --git a/crates/ra_ide_api/src/completion/complete_scope.rs b/crates/ra_ide_api/src/completion/complete_scope.rs
index 9d2deee75..4e56de3f5 100644
--- a/crates/ra_ide_api/src/completion/complete_scope.rs
+++ b/crates/ra_ide_api/src/completion/complete_scope.rs
@@ -155,7 +155,6 @@ mod tests {
155 kind: Function, 155 kind: Function,
156 lookup: "quux", 156 lookup: "quux",
157 detail: "fn quux(x: i32)", 157 detail: "fn quux(x: i32)",
158 deprecated: false,
159 }, 158 },
160 CompletionItem { 159 CompletionItem {
161 label: "x", 160 label: "x",
@@ -219,7 +218,6 @@ mod tests {
219 kind: Function, 218 kind: Function,
220 lookup: "quux", 219 lookup: "quux",
221 detail: "fn quux()", 220 detail: "fn quux()",
222 deprecated: false,
223 }, 221 },
224 ] 222 ]
225 "### 223 "###
@@ -248,7 +246,6 @@ mod tests {
248 kind: Function, 246 kind: Function,
249 lookup: "quux", 247 lookup: "quux",
250 detail: "fn quux()", 248 detail: "fn quux()",
251 deprecated: false,
252 }, 249 },
253 CompletionItem { 250 CompletionItem {
254 label: "x", 251 label: "x",
@@ -289,7 +286,6 @@ mod tests {
289 kind: Function, 286 kind: Function,
290 lookup: "quux", 287 lookup: "quux",
291 detail: "fn quux<T>()", 288 detail: "fn quux<T>()",
292 deprecated: false,
293 }, 289 },
294 ] 290 ]
295 "### 291 "###
@@ -395,7 +391,6 @@ mod tests {
395 kind: Function, 391 kind: Function,
396 lookup: "quux", 392 lookup: "quux",
397 detail: "fn quux()", 393 detail: "fn quux()",
398 deprecated: false,
399 }, 394 },
400 ] 395 ]
401 "### 396 "###
@@ -455,7 +450,6 @@ mod tests {
455 kind: Function, 450 kind: Function,
456 lookup: "quux", 451 lookup: "quux",
457 detail: "fn quux()", 452 detail: "fn quux()",
458 deprecated: false,
459 }, 453 },
460 ] 454 ]
461 "### 455 "###
@@ -488,7 +482,6 @@ mod tests {
488 kind: Function, 482 kind: Function,
489 lookup: "x", 483 lookup: "x",
490 detail: "fn x()", 484 detail: "fn x()",
491 deprecated: false,
492 }, 485 },
493 ] 486 ]
494 "### 487 "###
@@ -527,7 +520,6 @@ mod tests {
527 kind: Function, 520 kind: Function,
528 lookup: "foo", 521 lookup: "foo",
529 detail: "fn foo()", 522 detail: "fn foo()",
530 deprecated: false,
531 }, 523 },
532 ] 524 ]
533 "### 525 "###
@@ -592,7 +584,6 @@ mod tests {
592 kind: Function, 584 kind: Function,
593 lookup: "foo", 585 lookup: "foo",
594 detail: "fn foo()", 586 detail: "fn foo()",
595 deprecated: false,
596 }, 587 },
597 CompletionItem { 588 CompletionItem {
598 label: "std", 589 label: "std",
@@ -648,7 +639,6 @@ mod tests {
648 insert: "bar!($0)", 639 insert: "bar!($0)",
649 kind: Macro, 640 kind: Macro,
650 detail: "macro_rules! bar", 641 detail: "macro_rules! bar",
651 deprecated: false,
652 }, 642 },
653 CompletionItem { 643 CompletionItem {
654 label: "baz!", 644 label: "baz!",
@@ -657,7 +647,6 @@ mod tests {
657 insert: "baz!($0)", 647 insert: "baz!($0)",
658 kind: Macro, 648 kind: Macro,
659 detail: "#[macro_export]\nmacro_rules! baz", 649 detail: "#[macro_export]\nmacro_rules! baz",
660 deprecated: false,
661 }, 650 },
662 CompletionItem { 651 CompletionItem {
663 label: "foo!", 652 label: "foo!",
@@ -666,7 +655,6 @@ mod tests {
666 insert: "foo!($0)", 655 insert: "foo!($0)",
667 kind: Macro, 656 kind: Macro,
668 detail: "macro_rules! foo", 657 detail: "macro_rules! foo",
669 deprecated: false,
670 }, 658 },
671 CompletionItem { 659 CompletionItem {
672 label: "m1", 660 label: "m1",
@@ -690,7 +678,6 @@ mod tests {
690 kind: Function, 678 kind: Function,
691 lookup: "main", 679 lookup: "main",
692 detail: "fn main()", 680 detail: "fn main()",
693 deprecated: false,
694 }, 681 },
695 ] 682 ]
696 "### 683 "###
@@ -721,7 +708,6 @@ mod tests {
721 insert: "foo!($0)", 708 insert: "foo!($0)",
722 kind: Macro, 709 kind: Macro,
723 detail: "macro_rules! foo", 710 detail: "macro_rules! foo",
724 deprecated: false,
725 }, 711 },
726 CompletionItem { 712 CompletionItem {
727 label: "foo()", 713 label: "foo()",
@@ -731,7 +717,6 @@ mod tests {
731 kind: Function, 717 kind: Function,
732 lookup: "foo", 718 lookup: "foo",
733 detail: "fn foo()", 719 detail: "fn foo()",
734 deprecated: false,
735 }, 720 },
736 ] 721 ]
737 "### 722 "###
@@ -762,7 +747,6 @@ mod tests {
762 insert: "foo!($0)", 747 insert: "foo!($0)",
763 kind: Macro, 748 kind: Macro,
764 detail: "macro_rules! foo", 749 detail: "macro_rules! foo",
765 deprecated: false,
766 }, 750 },
767 CompletionItem { 751 CompletionItem {
768 label: "main()", 752 label: "main()",
@@ -772,7 +756,6 @@ mod tests {
772 kind: Function, 756 kind: Function,
773 lookup: "main", 757 lookup: "main",
774 detail: "fn main()", 758 detail: "fn main()",
775 deprecated: false,
776 }, 759 },
777 ] 760 ]
778 "### 761 "###
@@ -803,7 +786,6 @@ mod tests {
803 insert: "foo!($0)", 786 insert: "foo!($0)",
804 kind: Macro, 787 kind: Macro,
805 detail: "macro_rules! foo", 788 detail: "macro_rules! foo",
806 deprecated: false,
807 }, 789 },
808 CompletionItem { 790 CompletionItem {
809 label: "main()", 791 label: "main()",
@@ -813,7 +795,6 @@ mod tests {
813 kind: Function, 795 kind: Function,
814 lookup: "main", 796 lookup: "main",
815 detail: "fn main()", 797 detail: "fn main()",
816 deprecated: false,
817 }, 798 },
818 ] 799 ]
819 "### 800 "###