Remove HashMap and HashSet for known-standard-library detection (#5345)

## Summary

This is a lot more concise and probably much more performant (with fewer
instructions).
This commit is contained in:
Charlie Marsh 2023-06-23 15:59:03 -04:00 committed by GitHub
parent 4b65446de6
commit f45d1c2b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 326 additions and 1149 deletions

View file

@ -13,5 +13,3 @@ license = { workspace = true }
[lib]
[dependencies]
once_cell = { workspace = true }
rustc-hash = { workspace = true }

File diff suppressed because it is too large Load diff