mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Remove commented code
This commit is contained in:
parent
5b49ad5bd5
commit
97f6f141ee
1 changed files with 0 additions and 3 deletions
|
@ -80,9 +80,6 @@ pub fn run(
|
||||||
Verbosity::Quiet => ProgressBar::hidden(),
|
Verbosity::Quiet => ProgressBar::hidden(),
|
||||||
};
|
};
|
||||||
|
|
||||||
// bar.set_style(
|
|
||||||
// indicatif::ProgressStyle::default_bar().template("{wide_bar} {pos}/{len}\n{msg}"),
|
|
||||||
// );
|
|
||||||
bar.tick();
|
bar.tick();
|
||||||
let mut num_exprs = 0;
|
let mut num_exprs = 0;
|
||||||
let mut num_exprs_unknown = 0;
|
let mut num_exprs_unknown = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue