]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 8 Nov 2014 21:06:37 +0000 (21:06 +0000)
committerbors <bors@rust-lang.org>
Sat, 8 Nov 2014 21:06:37 +0000 (21:06 +0000)
Ensured that Extend & FromIterator are implemented for the libcollection.

Removed the fact that FromIterator had to be implemented in order to implement Extend, as it did not make sense for LruCache (it needs to be given a size and there are no Default for LruCache).

Changed the name from Extend to Extendable.

Part of #18424

1  2 
src/libcollections/enum_set.rs
src/libcollections/vec.rs

Simple merge
Simple merge