pub fn trivial_merge<'a, T>(removes: &'a [T], adds: &'a [T]) -> Option<&'a T>where T: Eq + Hash,
Attempt to resolve trivial conflicts between the inputs. There must be exactly one more adds than removes.