aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap32
1 files changed, 7 insertions, 25 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap
index facd37bd9..76d5daf55 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap
@@ -1,5 +1,5 @@
1--- 1---
2created: "2019-02-18T09:10:51.979744931Z" 2created: "2019-02-18T09:22:23.988755424Z"
3creator: [email protected] 3creator: [email protected]
4source: crates/ra_ide_api/src/completion/completion_item.rs 4source: crates/ra_ide_api/src/completion/completion_item.rs
5expression: kind_completions 5expression: kind_completions
@@ -8,40 +8,22 @@ expression: kind_completions
8 CompletionItem { 8 CompletionItem {
9 label: "crate", 9 label: "crate",
10 source_range: [17; 17), 10 source_range: [17; 17),
11 text_edit: TextEdit { 11 delete: [17; 17),
12 atoms: [ 12 insert: "crate::",
13 AtomTextEdit {
14 delete: [17; 17),
15 insert: "crate::"
16 }
17 ]
18 },
19 kind: Keyword 13 kind: Keyword
20 }, 14 },
21 CompletionItem { 15 CompletionItem {
22 label: "self", 16 label: "self",
23 source_range: [17; 17), 17 source_range: [17; 17),
24 text_edit: TextEdit { 18 delete: [17; 17),
25 atoms: [ 19 insert: "self",
26 AtomTextEdit {
27 delete: [17; 17),
28 insert: "self"
29 }
30 ]
31 },
32 kind: Keyword 20 kind: Keyword
33 }, 21 },
34 CompletionItem { 22 CompletionItem {
35 label: "super", 23 label: "super",
36 source_range: [17; 17), 24 source_range: [17; 17),
37 text_edit: TextEdit { 25 delete: [17; 17),
38 atoms: [ 26 insert: "super::",
39 AtomTextEdit {
40 delete: [17; 17),
41 insert: "super::"
42 }
43 ]
44 },
45 kind: Keyword 27 kind: Keyword
46 } 28 }
47] 29]