mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
![]() ## Summary In `SymbolState` merging, use `BitSet::union` instead of inserting declarations one by one. This used to be the case but was changed in https://github.com/astral-sh/ruff/pull/15019 because we had to iterate over declarations anyway. This is an alternative to https://github.com/astral-sh/ruff/pull/15419 by @MichaReiser. It's similar in performance, but a bit more declarative and less imperative. |
||
---|---|---|
.. | ||
resources | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |