pub fn classify_api_change(prev: &PublicApi, new: &PublicApi) -> ApiChange
Classify the change from prev to new. Breaking dominates additive: a release that both removes one name and adds another is Breaking.
prev
new