rust/src/liballoc/collections
Mazdak Farrokhzad d21320cbd9
Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler
Implement Error for TryReserveError

I noticed that the Error trait wasn't implemented for TryReserveError. (#48043)

Not sure if the error messages and code style are 100% correct, it's my first time contributing to the Rust std.
2020-03-12 16:32:21 +01:00
..
btree Rollup merge of #69668 - ssomers:btreemap_even_more_comments, r=Mark-Simulacrum 2020-03-08 16:53:40 +01:00
linked_list Update APIs according to RFC change suggestions. 2020-01-14 20:11:52 +08:00
vec_deque Move VecDeque Drain iterator to new file 2020-01-19 20:28:47 +01:00
binary_heap.rs simplify boolean expressions 2020-02-29 11:36:18 +01:00
linked_list.rs Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov 2020-03-07 17:27:32 +01:00
mod.rs Reformat match statement to make the check pass 2020-03-11 17:55:14 +01:00
vec_deque.rs fix various typos 2020-03-06 15:19:31 +01:00