We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2ca6e commit 4c68405Copy full SHA for 4c68405
src/web/releases.rs
@@ -287,8 +287,8 @@ fn get_search_results(
287
288
Ok(SearchResult {
289
// start with the original names from crates.io to keep the original ranking,
290
- // extend with the release/build information from docs.rs, if we already
291
- // know about the crate.
+ // extend with the release/build information from docs.rs
+ // Crates that are not on docs.rs yet will not be returned.
292
results: names
293
.iter()
294
.filter_map(|name| crates.get(name))
0 commit comments