mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
fix all reviews
This commit is contained in:
parent
044e21ae08
commit
d1821e4b6e
3 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ struct LibrarySymbolsStats {
|
|||
|
||||
impl fmt::Display for LibrarySymbolsStats {
|
||||
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
|
||||
write!(fmt, "{} of index symbols", self.size)
|
||||
write!(fmt, "{} of index symbols ({})", self.size, self.total)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue