mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
cargo fmt
This commit is contained in:
parent
bec7bbf96c
commit
3a35cd6c8f
294 changed files with 6809 additions and 3911 deletions
|
|
@ -6,9 +6,7 @@
|
|||
//! `skip_serializing_if = "Option::is_none"`).
|
||||
|
||||
use nyx_scanner::commands::scan::Diag;
|
||||
use nyx_scanner::evidence::{
|
||||
AttemptSummary, Evidence, VerifyResult, VerifyStatus,
|
||||
};
|
||||
use nyx_scanner::evidence::{AttemptSummary, Evidence, VerifyResult, VerifyStatus};
|
||||
use nyx_scanner::patterns::{FindingCategory, Severity};
|
||||
|
||||
fn base_diag() -> Diag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue