Function rustc_span::lev_distance::lev_distance
source · Expand description
Finds the Levenshtein distance between two strings.
Returns None if the distance exceeds the limit.
Finds the Levenshtein distance between two strings.
Returns None if the distance exceeds the limit.