rust/src/libcollectionstest
bors 02c33b690b Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
With the latter is provided by the `From` conversion trait, the former is now completely redundant. Their code is identical. Let’s deprecate now and plan to remove in the next cycle. (It’s `#[unstable]`.)

r? @alexcrichton 
CC @nagisa
2015-06-08 20:52:33 +00:00
..
bit Implement RFC 839 2015-06-08 12:05:33 +02:00
btree Implement RFC 839 2015-06-08 12:05:33 +02:00
bench.rs More test fixes 2015-04-14 10:14:19 -07:00
binary_heap.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
enum_set.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
fmt.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
lib.rs add const_fn features 2015-05-29 09:42:54 -04:00
linked_list.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
slice.rs More test fixes 2015-04-14 10:14:19 -07:00
str.rs Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
string.rs Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton 2015-06-08 20:52:33 +00:00
vec_deque.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
vec_map.rs Implement RFC 839 2015-06-08 12:05:33 +02:00
vec.rs Implement RFC 839 2015-06-08 12:05:33 +02:00