mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
fix all reviews
This commit is contained in:
parent
044e21ae08
commit
d1821e4b6e
3
.gitignore
vendored
3
.gitignore
vendored
@ -10,5 +10,4 @@ crates/*/target
|
|||||||
generated_assists.adoc
|
generated_assists.adoc
|
||||||
generated_features.adoc
|
generated_features.adoc
|
||||||
generated_diagnostic.adoc
|
generated_diagnostic.adoc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.glitterrc
|
|
@ -21,6 +21,7 @@ pulldown-cmark-to-cmark = "6.0.0"
|
|||||||
pulldown-cmark = { version = "0.8.0", default-features = false }
|
pulldown-cmark = { version = "0.8.0", default-features = false }
|
||||||
url = "2.1.1"
|
url = "2.1.1"
|
||||||
dot = "0.1.4"
|
dot = "0.1.4"
|
||||||
|
|
||||||
stdx = { path = "../stdx", version = "0.0.0" }
|
stdx = { path = "../stdx", version = "0.0.0" }
|
||||||
syntax = { path = "../syntax", version = "0.0.0" }
|
syntax = { path = "../syntax", version = "0.0.0" }
|
||||||
text_edit = { path = "../text_edit", version = "0.0.0" }
|
text_edit = { path = "../text_edit", version = "0.0.0" }
|
||||||
|
@ -151,7 +151,7 @@ struct LibrarySymbolsStats {
|
|||||||
|
|
||||||
impl fmt::Display for LibrarySymbolsStats {
|
impl fmt::Display for LibrarySymbolsStats {
|
||||||
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
|
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