mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
71789427a3
We can union the two sets the easy way. This removes the need for the domain size check, because `union` does that same check itself.