Files
rust/src
Aaron Turon e91d810b9b Libs: Unify concat and concat_vec
We've long had traits `StrVector` and `VectorVector` providing
`concat`/`connect` and `concat_vec`/`connect_vec` respectively. The
reason for the distinction is that coherence rules did not used to be
robust enough to allow impls on e.g. `Vec<String>` versus `Vec<&[T]>`.

This commit consolidates the traits into a single `SliceConcatExt` trait
provided by `slice` and the preldue (where it replaces `StrVector`,
which is removed.)

[breaking-change]
2014-12-30 12:02:22 -08:00
..
2014-12-29 23:55:49 -08:00
2014-12-30 12:02:22 -08:00
2014-12-30 13:06:25 +13:00
2014-12-28 13:46:35 +02:00
2014-12-30 13:06:25 +13:00
2014-12-28 13:46:35 +02:00
2014-12-30 13:06:25 +13:00
2014-12-30 12:09:21 -05:00
2014-12-30 12:02:22 -08:00
2014-12-26 17:26:33 +01:00
2014-12-30 13:06:25 +13:00
2014-12-11 15:33:27 -07:00
2014-12-21 13:49:04 -08:00