chore: cleanup and addressing clippy lints

This commit is contained in:
realaravinth
2022-05-27 18:37:59 +05:30
parent d7fd23f565
commit 629c841e2d
11 changed files with 14 additions and 45 deletions

View File

@@ -50,12 +50,12 @@ where
}
}
impl Clone for Box<dyn CloneStats> {
fn clone(&self) -> Self {
self.clone()
//(*self).clone_stats()
}
}
//impl Clone for Box<dyn CloneStats> {
// fn clone(&self) -> Self {
// Box::clone(self)
// //(*self).clone_stats()
// }
//}
#[derive(Debug, Default, PartialEq, Clone, Deserialize, Serialize)]
pub struct CaptchaStats {