Skip to content

Commit 97f6f14

Browse files
committed
Remove commented code
1 parent 5b49ad5 commit 97f6f14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/ra_cli/src/analysis_stats.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ pub fn run(
8080
Verbosity::Quiet => ProgressBar::hidden(),
8181
};
8282

83-
// bar.set_style(
84-
// indicatif::ProgressStyle::default_bar().template("{wide_bar} {pos}/{len}\n{msg}"),
85-
// );
8683
bar.tick();
8784
let mut num_exprs = 0;
8885
let mut num_exprs_unknown = 0;

0 commit comments

Comments
 (0)