fix all reviews
This commit is contained in:
parent
044e21ae08
commit
d1821e4b6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,4 +11,3 @@ generated_assists.adoc
|
||||
generated_features.adoc
|
||||
generated_diagnostic.adoc
|
||||
.DS_Store
|
||||
.glitterrc
|
||||
|
@ -21,6 +21,7 @@ pulldown-cmark-to-cmark = "6.0.0"
|
||||
pulldown-cmark = { version = "0.8.0", default-features = false }
|
||||
url = "2.1.1"
|
||||
dot = "0.1.4"
|
||||
|
||||
stdx = { path = "../stdx", version = "0.0.0" }
|
||||
syntax = { path = "../syntax", version = "0.0.0" }
|
||||
text_edit = { path = "../text_edit", version = "0.0.0" }
|
||||
|
@ -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…
Reference in New Issue
Block a user