Skip to content

Commit 0e052df

Browse files
committed
Fix clippy
1 parent ef2e59a commit 0e052df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/citeproc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ fn extract_from_html(html: &str) -> String {
335335

336336
if !item.is_empty() {
337337
res.push_str(&item);
338-
item = String::new();
339338
}
340339

341340
res

0 commit comments

Comments
 (0)