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
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 }