Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDrodt committed Oct 16, 2024
1 parent ef2e59a commit 0e052df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/citeproc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ fn extract_from_html(html: &str) -> String {

if !item.is_empty() {
res.push_str(&item);
item = String::new();
}

res
Expand Down

0 comments on commit 0e052df

Please sign in to comment.