Skip to content

Commit a379bd7

Browse files
matkladlnicola
andauthored
Update crates/rust-analyzer/src/cli/analysis_stats.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
1 parent 5d5d518 commit a379bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/cli/analysis_stats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl flags::AnalysisStats {
149149
total_macro_file_size += syntax_len(val.syntax_node())
150150
}
151151
}
152-
eprintln!("source files: {}, macro files: {}", total_file_size, total_macro_file_size,);
152+
eprintln!("source files: {}, macro files: {}", total_file_size, total_macro_file_size);
153153
}
154154

155155
if self.memory_usage && verbosity.is_verbose() {

0 commit comments

Comments
 (0)