mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +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.