Skip to content

Commit

Permalink
Auto merge of #131259 - ismailarilik:handle-potential-query-instabili…
Browse files Browse the repository at this point in the history
…ty-lint-for-librustdoc, r=notriddle

Handle `librustdoc` cases of `rustc::potential_query_instability` lint

This PR removes `#![allow(rustc::potential_query_instability)]` line from [`src/librustdoc/lib.rs`](https://github.com/rust-lang/rust/blob/master/src/librustdoc/lib.rs#L23) and converts `FxHash{Map,Set}` types into `FxIndex{Map,Set}` to suppress lint errors.

A somewhat tracking issue: rust-lang/rust#84447

r? `@compiler-errors`
  • Loading branch information
bors committed Oct 6, 2024
2 parents 62142cb + 738a2f6 commit 057cae3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 057cae3

Please sign in to comment.