aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__tuple_field_completion.snap
blob: 3f27806211d0db309e05553829b83cd896c90c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
created: "2019-02-18T09:22:23.939710971Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "0",
        source_range: [75; 75),
        delete: [75; 75),
        insert: "0",
        kind: Field,
        detail: "i32"
    },
    CompletionItem {
        label: "1",
        source_range: [75; 75),
        delete: [75; 75),
        insert: "1",
        kind: Field,
        detail: "f64"
    }
]