mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
91b3232764
This removes the type SetAlgebraItems and replaces it with the structs Intersection and Difference. Rename the existing HashSet iterators according to RFC #344: * SetItems -> Iter * SetMoveItems -> IntoIter * Remaining set combination iterators renamed to Union and SymmetricDifference