detect_breaking_changes

Function detect_breaking_changes 

Source
pub fn detect_breaking_changes(
    old_ref: &str,
    old_files: &[(String, Vec<Symbol>)],
    new_ref: &str,
    new_files: &[(String, Vec<Symbol>)],
) -> BreakingChangeReport
Expand description

Convenience function to detect breaking changes between file sets