mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
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:
parent
4b65446de6
commit
f45d1c2b84
6 changed files with 326 additions and 1149 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue