Remove progress bar and add a true counter

This commit is contained in:
Edwin Cheng 2019-11-27 04:33:40 +08:00
parent 97f6f141ee
commit 27943bead6
3 changed files with 12 additions and 29 deletions

View file

@ -3,7 +3,7 @@
mod analysis_stats;
mod analysis_bench;
mod help;
mod progress_bar;
mod progress_report;
use std::{error::Error, fmt::Write, io::Read};