aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap
index e8191596d..e0f4730e7 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__filter_postfix_completion3.snap
@@ -1,8 +1,8 @@
1--- 1---
2created: "2019-01-22T14:45:00.830614900+00:00" 2created: "2019-01-23T05:27:32.222118+00:00"
3creator: [email protected] 3creator: [email protected]
4expression: kind_completions 4expression: kind_completions
5source: "crates\\ra_ide_api\\src\\completion\\completion_item.rs" 5source: crates/ra_ide_api/src/completion/completion_item.rs
6--- 6---
7[ 7[
8 CompletionItem { 8 CompletionItem {
@@ -16,12 +16,12 @@ source: "crates\\ra_ide_api\\src\\completion\\completion_item.rs"
16 "!bar" 16 "!bar"
17 ), 17 ),
18 insert_text_format: Snippet, 18 insert_text_format: Snippet,
19 source_range: [76; 78), 19 source_range: [78; 78),
20 text_edit: Some( 20 text_edit: Some(
21 TextEdit { 21 TextEdit {
22 atoms: [ 22 atoms: [
23 AtomTextEdit { 23 AtomTextEdit {
24 delete: [72; 76), 24 delete: [72; 78),
25 insert: "" 25 insert: ""
26 } 26 }
27 ] 27 ]
@@ -39,12 +39,12 @@ source: "crates\\ra_ide_api\\src\\completion\\completion_item.rs"
39 "if bar {$0}" 39 "if bar {$0}"
40 ), 40 ),
41 insert_text_format: Snippet, 41 insert_text_format: Snippet,
42 source_range: [76; 78), 42 source_range: [78; 78),
43 text_edit: Some( 43 text_edit: Some(
44 TextEdit { 44 TextEdit {
45 atoms: [ 45 atoms: [
46 AtomTextEdit { 46 AtomTextEdit {
47 delete: [72; 76), 47 delete: [72; 78),
48 insert: "" 48 insert: ""
49 } 49 }
50 ] 50 ]
@@ -62,12 +62,12 @@ source: "crates\\ra_ide_api\\src\\completion\\completion_item.rs"
62 "match bar {\n${1:_} => {$0\\},\n}" 62 "match bar {\n${1:_} => {$0\\},\n}"
63 ), 63 ),
64 insert_text_format: Snippet, 64 insert_text_format: Snippet,
65 source_range: [76; 78), 65 source_range: [78; 78),
66 text_edit: Some( 66 text_edit: Some(
67 TextEdit { 67 TextEdit {
68 atoms: [ 68 atoms: [
69 AtomTextEdit { 69 AtomTextEdit {
70 delete: [72; 76), 70 delete: [72; 78),
71 insert: "" 71 insert: ""
72 } 72 }
73 ] 73 ]
@@ -85,12 +85,12 @@ source: "crates\\ra_ide_api\\src\\completion\\completion_item.rs"
85 "while bar {\n$0\n}" 85 "while bar {\n$0\n}"
86 ), 86 ),
87 insert_text_format: Snippet, 87 insert_text_format: Snippet,
88 source_range: [76; 78), 88 source_range: [78; 78),
89 text_edit: Some( 89 text_edit: Some(
90 TextEdit { 90 TextEdit {
91 atoms: [ 91 atoms: [
92 AtomTextEdit { 92 AtomTextEdit {
93 delete: [72; 76), 93 delete: [72; 78),
94 insert: "" 94 insert: ""
95 } 95 }
96 ] 96 ]