mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Use a simple progress bar instead of indicatif
This commit is contained in:
parent
4d753fa6f5
commit
5b49ad5bd5
5 changed files with 138 additions and 37 deletions
|
@ -3,6 +3,7 @@
|
|||
mod analysis_stats;
|
||||
mod analysis_bench;
|
||||
mod help;
|
||||
mod progress_bar;
|
||||
|
||||
use std::{error::Error, fmt::Write, io::Read};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue