rust/src/libcollections
bors a2e7c4da9b auto merge of #17738 : hoeppnertill/rust/master, r=alexcrichton
There is an issue with lev_distance, where
```
fn main() {
    println!("{}", "\x80".lev_distance("\x80"))
}
```
prints `2`.

This is due to using the byte length instead of the char length.
2014-10-04 19:32:07 +00:00
..
2014-10-02 14:06:31 -04:00
2014-08-19 17:22:18 +12:00
2014-09-25 17:46:03 -07:00
2014-08-19 17:22:18 +12:00
2014-10-03 16:46:30 +02:00
2014-09-16 14:37:48 -07:00