Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- We can now derive Copy trait because RangeInclusive no longer implements Iterator, just IntoIterator. Discussions on not deriving Copy made the argument that it doesn't remain clear when an iterator is mutating the range or not (Iterator and Copy should be mutually exclusive?) see issue: rust-lang/rfcs#2848 - also updated is_empty with the defn found in the std library.
- Loading branch information