From 864fd5ee25ea7b379855284365eb199cc0fa9c07 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 18 Feb 2019 10:31:00 +0300 Subject: More compact debug representation for completion --- .../completion_item__method_attr_filtering.snap | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap') diff --git a/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap b/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap index 46f9fa971..4753eece7 100644 --- a/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap +++ b/crates/ra_ide_api/src/completion/snapshots/completion_item__method_attr_filtering.snap @@ -1,26 +1,16 @@ --- -created: "2019-02-12T18:32:09.428929418Z" +created: "2019-02-18T07:29:59.598946710Z" creator: insta@0.6.2 source: crates/ra_ide_api/src/completion/completion_item.rs expression: kind_completions --- [ CompletionItem { - completion_kind: Reference, label: "the_method", - kind: Some( - Method - ), - detail: Some( - "fn the_method(&self)" - ), - documentation: None, - lookup: None, - insert_text: Some( - "the_method()$0" - ), - insert_text_format: Snippet, source_range: [249; 249), - text_edit: None + kind: Method, + detail: "fn the_method(&self)", + insert_text: "the_method()$0", + insert_text_format: Snippet } ] -- cgit v1.2.3