We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cae8c commit 3d56189Copy full SHA for 3d56189
src/analyze.rs
@@ -30,15 +30,13 @@
30
//! - Store metadata (hashes, versions)
31
32
use deepsize::DeepSizeOf;
33
-use tracing::error;
34
35
use crate::errors::AnalysisError;
36
-use crate::records::{Check, CheckFlag, CheckType, IpType};
+use crate::records::{Check, CheckType, IpType};
37
use crate::store::Store;
38
39
use std::fmt::{Display, Write};
40
use std::hash::Hash;
41
-use std::net::IpAddr;
42
use std::os::unix::fs::MetadataExt;
43
44
/// Represents a period of consecutive failed checks.
0 commit comments