Remove dev-dependency insta

This commit is contained in:
Lukas Wirth 2024-02-07 16:30:20 +01:00
parent def5a1d0c4
commit e339c65a1a
24 changed files with 188 additions and 310 deletions

View file

@ -1,3 +1,4 @@
//!
pub(crate) type FxHasher = std::hash::BuildHasherDefault<rustc_hash::FxHasher>;
pub(crate) type FxIndexSet<K> = indexmap::IndexSet<K, FxHasher>;
pub(crate) type FxIndexMap<K, V> = indexmap::IndexMap<K, V, FxHasher>;