aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/snapshots/completion_item__dont_render_function_parens_in_use_item.snap
blob: 259f9fc6278cb0d08a4b09555f48444dfb55c4b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
created: "2019-02-18T09:10:52.156083575Z"
creator: [email protected]
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
    CompletionItem {
        label: "foo",
        source_range: [40; 41),
        text_edit: TextEdit {
            atoms: [
                AtomTextEdit {
                    delete: [40; 41),
                    insert: "foo"
                }
            ]
        },
        kind: Function,
        detail: "pub fn foo()"
    }
]