--- created: "2019-02-18T09:10:52.160884429Z" creator: insta@0.6.2 source: crates/ra_ide_api/src/completion/completion_item.rs expression: kind_completions --- [ CompletionItem { label: "main", source_range: [53; 56), text_edit: TextEdit { atoms: [ AtomTextEdit { delete: [53; 56), insert: "main()$0" } ] }, kind: Function, detail: "fn main()" }, CompletionItem { label: "no_args", source_range: [53; 56), text_edit: TextEdit { atoms: [ AtomTextEdit { delete: [53; 56), insert: "no_args()$0" } ] }, kind: Function, detail: "fn no_args()" } ]