aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap
diff options
context:
space:
mode:
authorPhil Ellison <[email protected]>2019-07-28 11:24:29 +0100
committerPhil Ellison <[email protected]>2019-07-28 11:24:29 +0100
commiteb7d1b0feeca276c485b8325df2851756ef861b4 (patch)
tree865d7ad9ce151de1dd6fee292a78cdcc29576122 /crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap
parent164ba6092c41fe9b4ecd5bedb5d3d6d849c51639 (diff)
Inline snapshots for all tests in complete_scope.rs
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap31
1 files changed, 0 insertions, 31 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap
deleted file mode 100644
index f94477b43..000000000
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_if_let.snap
+++ /dev/null
@@ -1,31 +0,0 @@
1---
2created: "2019-07-23T16:11:48.828805910Z"
3creator: [email protected]
4source: crates/ra_ide_api/src/completion/completion_item.rs
5expression: kind_completions
6---
7[
8 CompletionItem {
9 label: "a",
10 source_range: [214; 214),
11 delete: [214; 214),
12 insert: "a",
13 kind: Binding,
14 },
15 CompletionItem {
16 label: "b",
17 source_range: [214; 214),
18 delete: [214; 214),
19 insert: "b",
20 kind: Binding,
21 detail: "i32",
22 },
23 CompletionItem {
24 label: "quux",
25 source_range: [214; 214),
26 delete: [214; 214),
27 insert: "quux()$0",
28 kind: Function,
29 detail: "fn quux()",
30 },
31]