aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.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__param_completion_nth_param.snap
parent92aa0f9c871a9308ea3db1b1c4b7e42d88348e30 (diff)
more compact edits in insta
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.snap12
1 files changed, 3 insertions, 9 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.snap
index 1064e28c5..8fbee160c 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__param_completion_nth_param.snap
@@ -1,5 +1,5 @@
1--- 1---
2created: "2019-02-18T09:10:51.951199556Z" 2created: "2019-02-18T09:22:23.949634355Z"
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,14 +8,8 @@ expression: kind_completions
8 CompletionItem { 8 CompletionItem {
9 label: "file_id: FileId", 9 label: "file_id: FileId",
10 source_range: [98; 102), 10 source_range: [98; 102),
11 text_edit: TextEdit { 11 delete: [98; 102),
12 atoms: [ 12 insert: "file_id: FileId",
13 AtomTextEdit {
14 delete: [98; 102),
15 insert: "file_id: FileId"
16 }
17 ]
18 },
19 lookup: "file_id" 13 lookup: "file_id"
20 } 14 }
21] 15]