Address a bunch of lint

This commit is contained in:
2024-07-05 10:44:37 -07:00
parent 3dfd2d48b3
commit 714e73aeb1
2 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ pub mod nm;
use css_inline::{CSSInliner, InlineError, InlineOptions};
use linkify::{LinkFinder, LinkKind};
use log::{error, info};
use log::error;
use lol_html::{element, errors::RewritingError, rewrite_str, RewriteStrSettings};
use maplit::{hashmap, hashset};
use thiserror::Error;