Closed
Description
I noticed this while investigating #357: any time you click 'Go To Latest' while viewing source code, it redirects to https://docs.rs/:crate/:version/src/:crate/?search=rs. This is clearly not desired behavior (it gives a 404).
Don't have time to debug right now but the relevant code is
Line 293 in d9d7a33