Skip to content

Commit 4c68405

Browse files
sypharjyn514
authored andcommitted
extend explaining comment for crates.io search
1 parent 7b2ca6e commit 4c68405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web/releases.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ fn get_search_results(
287287

288288
Ok(SearchResult {
289289
// 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.
290+
// extend with the release/build information from docs.rs
291+
// Crates that are not on docs.rs yet will not be returned.
292292
results: names
293293
.iter()
294294
.filter_map(|name| crates.get(name))

0 commit comments

Comments
 (0)