aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__struct_field_completion.snap
blob: 58271b873fac410381113679580291c0c2e8047c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
created: "2019-02-18T09:22:23.939645902Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "the_field",
        source_range: [85; 85),
        delete: [85; 85),
        insert: "the_field",
        kind: Field,
        detail: "u32"
    }
]