Closed
Description
https://docs.rs/releases/search?query=libtest shows the yanked libtest-0.0.1
as a result. Clicking on that links to https://docs.rs/libtest/latest/libtest/ which says version not found (as we don't allow semver matches of yanked versions, and this is the only version). Going instead to https://docs.rs/libtest/0.0.1/libtest/ does show the docs. The search results should either exclude results where all versions are yanked, or link to the exact version number in those cases.