From 816190c6f6838f163acc4bbe6a06c302c99535b2 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Thu, 31 Dec 2020 10:13:14 +0100 Subject: Remove some unneeded string allocations --- crates/completion/src/completions/attribute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/completion/src/completions') diff --git a/crates/completion/src/completions/attribute.rs b/crates/completion/src/completions/attribute.rs index 19ce2482f..8695eed39 100644 --- a/crates/completion/src/completions/attribute.rs +++ b/crates/completion/src/completions/attribute.rs @@ -234,7 +234,7 @@ fn parse_comma_sep_input(derive_input: ast::TokenTree) -> Result