Skip to main content

classify_api_change

Function classify_api_change 

Source
pub fn classify_api_change(prev: &PublicApi, new: &PublicApi) -> ApiChange
Expand description

Classify the change from prev to new. Breaking dominates additive: a release that both removes one name and adds another is Breaking.