You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, a search for String::from_str in the std docs only shows three (duplicate) results from the collections crate, even though from_str is also exported by std::string::String.
I suspect that re-exported "static" methods are not included in the search index. For example, search for ::new in the std docs and marvel at how few results appear in the std crate while their "home" crate implementations do appear.
The text was updated successfully, but these errors were encountered:
Gankra
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Jan 8, 2015
For example, a search for
String::from_str
in thestd
docs only shows three (duplicate) results from thecollections
crate, even thoughfrom_str
is also exported bystd::string::String
.I suspect that re-exported "static" methods are not included in the search index. For example, search for
::new
in thestd
docs and marvel at how few results appear in thestd
crate while their "home" crate implementations do appear.The text was updated successfully, but these errors were encountered: