aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__keywords_in_use_stmt1.snap
blob: f969a843b042b96eb02823c06ab39197d6b7d917 (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
---
created: "2019-02-18T07:29:59.633925638Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "crate",
        source_range: [17; 17),
        kind: Keyword,
        insert_text: "crate::",
        insert_text_format: PlainText
    },
    CompletionItem {
        label: "self",
        source_range: [17; 17),
        kind: Keyword
    },
    CompletionItem {
        label: "super",
        source_range: [17; 17),
        kind: Keyword,
        insert_text: "super::",
        insert_text_format: PlainText
    }
]