mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Remove progress bar and add a true counter
This commit is contained in:
parent
97f6f141ee
commit
27943bead6
3 changed files with 12 additions and 29 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue