fn has_common_words(word_diffs: &Vec<DiffResult<&&str>>) -> bool
Expand description
Are there sufficient common words that we should only highlight individual changed words?
fn has_common_words(word_diffs: &Vec<DiffResult<&&str>>) -> bool
Are there sufficient common words that we should only highlight individual changed words?