New clippy lints (#4660)

* New clippy lints

* I guess this got removed
This commit is contained in:
Drazen Urch
2024-06-17 15:29:19 +02:00
committed by Jędrzej Stuczyński
parent 06ebe56914
commit 2a260d46f8
11 changed files with 172 additions and 312 deletions
@@ -15,7 +15,9 @@ const HM_SIZE: u8 = 100;
#[derive(Debug)]
pub enum GetSpError {
#[allow(dead_code)]
ReqwestError(ReqwestError),
#[allow(dead_code)]
Error(String),
}