Handle clippy
cases of rustc::potential_query_instability
lint
This commit is contained in:
parent
c39f318c5e
commit
925e7e6baf
12 changed files with 34 additions and 35 deletions
|
@ -66,7 +66,7 @@ impl GatedSpans {
|
|||
#[derive(Default)]
|
||||
pub struct SymbolGallery {
|
||||
/// All symbols occurred and their first occurrence span.
|
||||
pub symbols: Lock<FxHashMap<Symbol, Span>>,
|
||||
pub symbols: Lock<FxIndexMap<Symbol, Span>>,
|
||||
}
|
||||
|
||||
impl SymbolGallery {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue