aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.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_for.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_for.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap23
1 files changed, 0 insertions, 23 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap
deleted file mode 100644
index e9b717a45..000000000
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap
+++ /dev/null
@@ -1,23 +0,0 @@
1---
2created: "2019-05-23T22:23:35.119822026Z"
3creator: [email protected]
4source: crates/ra_ide_api/src/completion/completion_item.rs
5expression: kind_completions
6---
7[
8 CompletionItem {
9 label: "quux",
10 source_range: [83; 83),
11 delete: [83; 83),
12 insert: "quux()$0",
13 kind: Function,
14 detail: "fn quux()",
15 },
16 CompletionItem {
17 label: "x",
18 source_range: [83; 83),
19 delete: [83; 83),
20 insert: "x",
21 kind: Binding,
22 },
23]