aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-18 09:23:31 +0000
committerAleksey Kladov <[email protected]>2019-02-18 09:24:25 +0000
commita92db7c84829becdf95e0a5ef6e27cdf833518b8 (patch)
treea68a589db3373ee0d892b8c1216db04e8a47d6b7 /crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap
parent92aa0f9c871a9308ea3db1b1c4b7e42d88348e30 (diff)
more compact edits in insta
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap22
1 files changed, 5 insertions, 17 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap
index 9f0731aa1..b44db276e 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt3.snap
@@ -1,5 +1,5 @@
1--- 1---
2created: "2019-02-18T09:10:52.032133616Z" 2created: "2019-02-18T09:22:24.073607133Z"
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,27 +8,15 @@ expression: kind_completions
8 CompletionItem { 8 CompletionItem {
9 label: "self", 9 label: "self",
10 source_range: [24; 24), 10 source_range: [24; 24),
11 text_edit: TextEdit { 11 delete: [24; 24),
12 atoms: [ 12 insert: "self",
13 AtomTextEdit {
14 delete: [24; 24),
15 insert: "self"
16 }
17 ]
18 },
19 kind: Keyword 13 kind: Keyword
20 }, 14 },
21 CompletionItem { 15 CompletionItem {
22 label: "super", 16 label: "super",
23 source_range: [24; 24), 17 source_range: [24; 24),
24 text_edit: TextEdit { 18 delete: [24; 24),
25 atoms: [ 19 insert: "super::",
26 AtomTextEdit {
27 delete: [24; 24),
28 insert: "super::"
29 }
30 ]
31 },
32 kind: Keyword 20 kind: Keyword
33 } 21 }
34] 22]