remove the no-used import

This commit is contained in:
AsukaMinato 2023-01-22 11:34:50 +09:00 committed by Nathan Adams
parent 7e89e7b411
commit b40adc7568
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
use crate::cli_options::AnalyzeOpt;
use crate::file_results::{FileResults, Step};
use std::cmp::max;
use std::fs::File;
/// Generate and print statistics related to a scan's results