aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap
diff options
context:
space:
mode:
authorVille Penttinen <[email protected]>2019-04-10 11:47:20 +0100
committerVille Penttinen <[email protected]>2019-04-10 11:47:20 +0100
commit57283b4e5f5cebdf4bc88f4253ee1fd94acf637b (patch)
treec3f3dc9f1d23daa2e1cbcd67d0b199aa63a15539 /crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap
parent37eb12f2dd6f36570a27b4e4aaf9048860b5a06b (diff)
Use inline snapshots in complete_dot
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap24
1 files changed, 0 insertions, 24 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap
deleted file mode 100644
index b38867b81..000000000
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion_autoderef.snap
+++ /dev/null
@@ -1,24 +0,0 @@
1---
2created: "2019-02-18T09:22:23.940872916Z"
3creator: [email protected]
4source: crates/ra_ide_api/src/completion/completion_item.rs
5expression: kind_completions
6---
7[
8 CompletionItem {
9 label: "foo",
10 source_range: [126; 126),
11 delete: [126; 126),
12 insert: "foo()$0",
13 kind: Method,
14 detail: "fn foo(&self)"
15 },
16 CompletionItem {
17 label: "the_field",
18 source_range: [126; 126),
19 delete: [126; 126),
20 insert: "the_field",
21 kind: Field,
22 detail: "(u32, i32)"
23 }
24]