mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-31 23:25:09 +00:00
The input values of trivial_merge() will be changed to Iterator<Item = T> where T: Eq + Hash. It could be <Item = &'a T>, but it doesn't have to be.