aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__tuple_field_completion.snap
blob: b1ebac40b383775023acf32fec16fe2ed9a6d789 (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
25
26
27
28
29
30
31
32
33
34
35
36
---
created: "2019-02-18T09:10:51.944941196Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "0",
        source_range: [75; 75),
        text_edit: TextEdit {
            atoms: [
                AtomTextEdit {
                    delete: [75; 75),
                    insert: "0"
                }
            ]
        },
        kind: Field,
        detail: "i32"
    },
    CompletionItem {
        label: "1",
        source_range: [75; 75),
        text_edit: TextEdit {
            atoms: [
                AtomTextEdit {
                    delete: [75; 75),
                    insert: "1"
                }
            ]
        },
        kind: Field,
        detail: "f64"
    }
]