Skip to content

Commit 24429c7

Browse files
PlexSheepgithub-actions[bot]
authored andcommitted
ci: automatic Rust CI changes
1 parent 7762bda commit 24429c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyze.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use deepsize::DeepSizeOf;
3434
use tracing::error;
3535

3636
use crate::errors::AnalysisError;
37-
use crate::records::{display_group, indented_check, Check, CheckType, IpType};
37+
use crate::records::{display_group, Check, CheckType, IpType};
3838
use crate::store::Store;
3939

4040
use std::fmt::{Display, Write};

0 commit comments

Comments
 (0)