1
Fork 0

Handle clippy cases of rustc::potential_query_instability lint

This commit is contained in:
ismailarilik 2024-10-05 07:34:14 +03:00
parent c39f318c5e
commit 925e7e6baf
12 changed files with 34 additions and 35 deletions

View file

@ -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 {