We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Navigating directly to the following url:
https://docs.rs/tokio/1.3.0/tokio/index.html?search=Sleep
will fail to show any results and emit the following Javascript error:
Uncaught TypeError: crateSearchDropDown is null setupSearchLoader https://docs.rs/main-20210308-1.52.0-nightly-8f349be27.js:8 <anonymous> https://docs.rs/main-20210308-1.52.0-nightly-8f349be27.js:8 <anonymous> https://docs.rs/main-20210308-1.52.0-nightly-8f349be27.js:8 main-20210308-1.52.0-nightly-8f349be27.js:8:1189 setupSearchLoader https://docs.rs/main-20210308-1.52.0-nightly-8f349be27.js:8 <anonymous> https://docs.rs/main-20210308-1.52.0-nightly-8f349be27.js:8 <anonymous> https://docs.rs/main-20210308-1.52.0-nightly-8f349be27.js:8
This is using firefox.
The text was updated successfully, but these errors were encountered:
Probably related to #82310; seems to be docs.rs specific though, https://doc.rust-lang.org/nightly/std/?search=vec works
Sorry, something went wrong.
Ohh, docs.rs passes --disable-per-crate-search, it probably reproduces with that locally.
--disable-per-crate-search
The problem is on docs.rs side: there is a missing file (crates.js).
But even without crates.js, it should work. Sending a fix.
crates.js
The problem doesn't occur on the new tokio version so I think we can now close this.
No branches or pull requests
Navigating directly to the following url:
https://docs.rs/tokio/1.3.0/tokio/index.html?search=Sleep
will fail to show any results and emit the following Javascript error:
This is using firefox.
The text was updated successfully, but these errors were encountered: