fix: clippy

This commit is contained in:
Jozef Steinhübl 2024-08-04 23:00:19 +02:00
parent c5a955dd8f
commit 98a06cb22f
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -1,5 +1,5 @@
use lazy_static::lazy_static; use lazy_static::lazy_static;
use regex::{Regex, RegexBuilder}; use regex::RegexBuilder;
use serde_json::from_str; use serde_json::from_str;
use std::collections::HashMap; use std::collections::HashMap;
use std::sync::Mutex; use std::sync::Mutex;