Update test snapshots

This commit is contained in:
Ville Penttinen 2019-04-04 17:54:26 +03:00
parent 0e49abb7fb
commit 751b454442
2 changed files with 10 additions and 10 deletions

View file

@ -1,23 +1,23 @@
---
created: "2019-02-18T09:22:24.188564584Z"
creator: insta@0.6.2
created: "2019-04-04T14:52:24.531844100Z"
creator: insta@0.7.4
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
[
CompletionItem {
label: "bar",
source_range: [129; 129),
delete: [129; 129),
source_range: [126; 126),
delete: [126; 126),
insert: "bar",
kind: Binding
},
CompletionItem {
label: "foo",
source_range: [129; 129),
delete: [129; 129),
source_range: [126; 126),
delete: [126; 126),
insert: "foo()$0",
kind: Function,
detail: "fn foo() ->"
detail: "fn foo()"
}
]

View file

@ -1,6 +1,6 @@
---
created: "2019-02-18T09:22:24.182964414Z"
creator: insta@0.6.2
created: "2019-04-04T14:52:24.525395600Z"
creator: insta@0.7.4
source: crates/ra_ide_api/src/completion/completion_item.rs
expression: kind_completions
---
@ -18,6 +18,6 @@ expression: kind_completions
delete: [47; 47),
insert: "x()$0",
kind: Function,
detail: "fn x() ->"
detail: "fn x()"
}
]