ruff
aedee729
- refactor: Stop using Ident as BTreeMap key
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
refactor: Stop using Ident as BTreeMap key Using Ident as the key type is inconvenient since creating an Ident requires the specification of a Span, which isn't actually used by the Hash implementation of Ident.
References
#2051 - Refactor, decouple and support "PL"
Author
not-my-profile
Committer
charliermarsh
Parents
4f12b31d
Loading