aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-02-18 07:31:00 +0000
committerAleksey Kladov <[email protected]>2019-02-18 07:31:00 +0000
commit864fd5ee25ea7b379855284365eb199cc0fa9c07 (patch)
tree02a9e8fd4f1c096945ee134fcd5b2b856698e7de /crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap
parent8b95c0e0c22a67d486c08416175c79b99da5acd9 (diff)
More compact debug representation for completion
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap20
1 files changed, 5 insertions, 15 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap
index 46f9fa971..4753eece7 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap
@@ -1,26 +1,16 @@
1--- 1---
2created: "2019-02-12T18:32:09.428929418Z" 2created: "2019-02-18T07:29:59.598946710Z"
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
6--- 6---
7[ 7[
8 CompletionItem { 8 CompletionItem {
9 completion_kind: Reference,
10 label: "the_method", 9 label: "the_method",
11 kind: Some(
12 Method
13 ),
14 detail: Some(
15 "fn the_method(&self)"
16 ),
17 documentation: None,
18 lookup: None,
19 insert_text: Some(
20 "the_method()$0"
21 ),
22 insert_text_format: Snippet,
23 source_range: [249; 249), 10 source_range: [249; 249),
24 text_edit: None 11 kind: Method,
12 detail: "fn the_method(&self)",
13 insert_text: "the_method()$0",
14 insert_text_format: Snippet
25 } 15 }
26] 16]