aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.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__struct_field_completion.snap
parent8b95c0e0c22a67d486c08416175c79b99da5acd9 (diff)
More compact debug representation for completion
Diffstat (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap')
-rw-r--r--crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap20
1 files changed, 5 insertions, 15 deletions
diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap
index e8dc12dfd..ffad98f7d 100644
--- a/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap
+++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap
@@ -1,24 +1,14 @@
1--- 1---
2created: "2019-01-22T14:45:00.545423800+00:00" 2created: "2019-02-18T07:29:59.599230647Z"
3creator: [email protected] 3creator: [email protected]
4source: crates/ra_ide_api/src/completion/completion_item.rs
4expression: kind_completions 5expression: kind_completions
5source: "crates\\ra_ide_api\\src\\completion\\completion_item.rs"
6--- 6---
7[ 7[
8 CompletionItem { 8 CompletionItem {
9 completion_kind: Reference,
10 label: "the_field", 9 label: "the_field",
11 kind: Some(
12 Field
13 ),
14 detail: Some(
15 "u32"
16 ),
17 documentation: None,
18 lookup: None,
19 insert_text: None,
20 insert_text_format: PlainText,
21 source_range: [85; 85), 10 source_range: [85; 85),
22 text_edit: None 11 kind: Field,
12 detail: "u32"
23 } 13 }
24] 14]