nushell/crates/nu-protocol
Jamie Quigley 36cc5eb933
Fix array index out of bounds error in nu_protocol::value::levenshtein_distance() (#3358)
* Fix array index out of bounds error.

Error occured when computing levenshtein_distance of two strings where
str.len() is not equal to str.chars().collect::<Vec<_>>().len()

* Add test for levenshtein_distance
2021-04-28 07:30:32 +12:00
..
src Fix array index out of bounds error in nu_protocol::value::levenshtein_distance() (#3358) 2021-04-28 07:30:32 +12:00
Cargo.toml bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00