aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 09:26:24 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-18 09:26:24 +0000
commit16c7ebbb27dc81b4640b5694f36b381cae706c8d (patch)
treea6f9a860d59e24b0c9141ad8d73e980cfb9ed748 /crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap
parent564ab84b787cca0f5994451eb2ce9e1ba8c9d974 (diff)
parenta92db7c84829becdf95e0a5ef6e27cdf833518b8 (diff)
Merge #854
854: more compact edits in insta r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap12
1 files changed, 8 insertions, 4 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap
index 2b0da7d73..173f5319a 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_let.snap
@@ -1,5 +1,5 @@
1--- 1---
2created: "2019-02-18T07:29:59.739513592Z" 2created: "2019-02-18T09:22:24.126696322Z"
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,19 +8,23 @@ expression: kind_completions
8 CompletionItem { 8 CompletionItem {
9 label: "quux", 9 label: "quux",
10 source_range: [79; 79), 10 source_range: [79; 79),
11 delete: [79; 79),
12 insert: "quux($0)",
11 kind: Function, 13 kind: Function,
12 detail: "fn quux(x: i32)", 14 detail: "fn quux(x: i32)"
13 insert_text: "quux($0)",
14 insert_text_format: Snippet
15 }, 15 },
16 CompletionItem { 16 CompletionItem {
17 label: "x", 17 label: "x",
18 source_range: [79; 79), 18 source_range: [79; 79),
19 delete: [79; 79),
20 insert: "x",
19 kind: Binding 21 kind: Binding
20 }, 22 },
21 CompletionItem { 23 CompletionItem {
22 label: "y", 24 label: "y",
23 source_range: [79; 79), 25 source_range: [79; 79),
26 delete: [79; 79),
27 insert: "y",
24 kind: Binding 28 kind: Binding
25 } 29 }
26] 30]