-
Notifications
You must be signed in to change notification settings - Fork 13.4k
The locally-installed docs try to load non-local assets, causing them to fail on a bad connection. #51625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I checked over the
|
The locally-installed docs that open when you use
rustup docs
try to load a few assets from a CDN. This is fine if you have no network connection at all, because they will fail quickly and the page will render.However, if you have a very poor/slow network connection, they will try to load, and nothing on the page will render.
Please make the locally-installed docs not depend on non-local resources at all.
The text was updated successfully, but these errors were encountered: