rust/src/libstd/collections/hash
gamazeps 16c8cd931c Renamed Extendable to Extend
In order to upgrade, simply rename the Extendable trait to Extend in
your code

Part of #18424

[breaking-change]
2014-11-08 15:02:09 +01:00
..
bench.rs Implement low-hanging fruit of collection conventions 2014-11-06 12:25:44 -05:00
map.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
mod.rs
set.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
table.rs libs: add Deref, DerefMut impls for references, fixing a bug in compiler in the process that was blocking this. 2014-11-06 21:51:40 -05:00