Fix newer Clippy warnings for 1.80 (#301)

This commit is contained in:
Jarkko Sakkinen
2024-08-01 06:02:42 +03:00
committed by GitHub
parent d8d8e91295
commit 4fc71c9291
6 changed files with 41 additions and 38 deletions

View File

@@ -260,6 +260,7 @@ pub enum StyleTreeNode {
Anchor(Box<StyleTreeNode>, char, Url),
Blockquote(Box<StyleTreeNode>),
Break,
#[allow(dead_code)]
Code(Box<StyleTreeNode>, Option<String>),
Header(Box<StyleTreeNode>, usize),
Image(Option<String>),