From 0e052dfd0ad830316a9a92d71458ea607728dbe3 Mon Sep 17 00:00:00 2001 From: DerDrodt Date: Wed, 16 Oct 2024 14:23:34 +0200 Subject: [PATCH] Fix clippy --- tests/citeproc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/citeproc.rs b/tests/citeproc.rs index 28c0af0a..8ef3c5ac 100644 --- a/tests/citeproc.rs +++ b/tests/citeproc.rs @@ -335,7 +335,6 @@ fn extract_from_html(html: &str) -> String { if !item.is_empty() { res.push_str(&item); - item = String::new(); } res