From eb7d1b0feeca276c485b8325df2851756ef861b4 Mon Sep 17 00:00:00 2001 From: Phil Ellison Date: Sun, 28 Jul 2019 11:24:29 +0100 Subject: Inline snapshots for all tests in complete_scope.rs --- .../completion_item__bindings_from_for.snap | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap') diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap deleted file mode 100644 index e9b717a45..000000000 --- a/crates/ra_ide_api/src/completion/snapshots/completion_item__bindings_from_for.snap +++ /dev/null @@ -1,23 +0,0 @@ ---- -created: "2019-05-23T22:23:35.119822026Z" -creator: insta@0.8.1 -source: crates/ra_ide_api/src/completion/completion_item.rs -expression: kind_completions ---- -[ - CompletionItem { - label: "quux", - source_range: [83; 83), - delete: [83; 83), - insert: "quux()$0", - kind: Function, - detail: "fn quux()", - }, - CompletionItem { - label: "x", - source_range: [83; 83), - delete: [83; 83), - insert: "x", - kind: Binding, - }, -] -- cgit v1.2.3