]> git.lizzy.rs Git - rust.git/commit
Make `LinkedList` and its read-only iterators covariant
authorAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 31 Dec 2015 20:17:50 +0000 (15:17 -0500)
committerAndrew Paseltiner <apaseltiner@gmail.com>
Thu, 31 Dec 2015 20:22:22 +0000 (15:22 -0500)
commitc9fd3d4f91abeacc5be5155e5f584dac4e8273d9
tree4a9b31c3bb3ac5921c1d14d9d4167336350ca8ae
parent8aee5826f9b0ce3e6bcd4c5a292fdc22ac8c78fc
Make `LinkedList` and its read-only iterators covariant

CC #30642
src/libcollections/lib.rs
src/libcollections/linked_list.rs