rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
956 stars 193 forks source link

fix regression when showing search results with a failed crate #2535

Closed syphar closed 6 days ago

syphar commented 6 days ago

Fix for this sentry error.

We tried to access the build_time when rendering the search results, but this field is only filled when a build actually finished.

( I'll probably start tracking build_start or release_time as a better number