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?