You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being in some module and then attempting to switch to a different platform (try unknown-linux-gnu) throws you back to the root of documentation.
It would be nice if an attempt was made to not forget the module user is in when switching the platform.
A naive implementation strategy could be something along the lines of: Given an URI like https://docs.rs/{crate}/{version}/{platform}/{...path} try to load https://docs.rs/{crate}/{version}/{new-platform}/{...path} and if that fails, load the crate root documentation.
The text was updated successfully, but these errors were encountered:
Being in some module and then attempting to switch to a different platform (try unknown-linux-gnu) throws you back to the root of documentation.
It would be nice if an attempt was made to not forget the module user is in when switching the platform.
A naive implementation strategy could be something along the lines of: Given an URI like
https://docs.rs/{crate}/{version}/{platform}/{...path}
try to loadhttps://docs.rs/{crate}/{version}/{new-platform}/{...path}
and if that fails, load the crate root documentation.The text was updated successfully, but these errors were encountered: