]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #20185 : csouth3/rust/dlist-deprecate, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 28 Dec 2014 16:21:58 +0000 (16:21 +0000)
committerbors <bors@rust-lang.org>
Sun, 28 Dec 2014 16:21:58 +0000 (16:21 +0000)
This PR deprecates the `DList::ListInsertion` trait, in accordance with rust-lang/rfcs#509.  The functions which were previously part of the ListInsertion impl for `DList::IterMut` have been moved to be inherent methods on the iterator itself, and appropriate doctests have been added.

1  2 
src/libcollections/dlist.rs

Simple merge