Skip to content

Commit 3d56189

Browse files
PlexSheepgithub-actions[bot]
authored andcommitted
ci: automatic Rust CI changes
1 parent 69cae8c commit 3d56189

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/analyze.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@
3030
//! - Store metadata (hashes, versions)
3131
3232
use deepsize::DeepSizeOf;
33-
use tracing::error;
3433

3534
use crate::errors::AnalysisError;
36-
use crate::records::{Check, CheckFlag, CheckType, IpType};
35+
use crate::records::{Check, CheckType, IpType};
3736
use crate::store::Store;
3837

3938
use std::fmt::{Display, Write};
4039
use std::hash::Hash;
41-
use std::net::IpAddr;
4240
use std::os::unix::fs::MetadataExt;
4341

4442
/// Represents a period of consecutive failed checks.

0 commit comments

Comments
 (0)