aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_method.snap
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_method.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_method.snap30
1 files changed, 30 insertions, 0 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_method.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_method.snap
new file mode 100644
index 000000000..c53c61d0e
--- /dev/null
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_associated_method.snap
@@ -0,0 +1,30 @@
1---
2created: "2019-02-12T09:57:51.106389138Z"
3creator: [email protected]
4source: crates/ra_ide_api/src/completion/completion_item.rs
5expression: kind_completions
6---
7[
8 CompletionItem {
9 completion_kind: Reference,
10 label: "m",
11 kind: Some(
12 Method
13 ),
14 detail: Some(
15 "fn m()"
16 ),
17 documentation: Some(
18 Documentation(
19 "An associated method"
20 )
21 ),
22 lookup: None,
23 insert_text: Some(
24 "m()$0"
25 ),
26 insert_text_format: Snippet,
27 source_range: [100; 100),
28 text_edit: None
29 }
30]