fix all reviews

This commit is contained in:
Milo 2021-06-28 07:31:54 +01:00
parent 044e21ae08
commit d1821e4b6e
3 changed files with 3 additions and 3 deletions

View file

@ -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)
}
}