Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc search: fix cache invalidation error
ever since rust-lang#129430, two queries with an identical userQuery can have different results. fixed by caching on the original query, not the case folded version.
- Loading branch information