[red-knot] Condense literals display by types (#13185)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Simon 2024-09-03 09:23:28 +02:00 committed by GitHub
parent 599103c933
commit 46e687e8d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 219 additions and 58 deletions

View file

@ -23,3 +23,4 @@ pub(crate) mod site_packages;
pub mod types;
type FxOrderSet<V> = ordermap::set::OrderSet<V, BuildHasherDefault<FxHasher>>;
type FxOrderMap<K, V> = ordermap::map::OrderMap<K, V, BuildHasherDefault<FxHasher>>;