Skip to content

Deprecate DList::ListInsertion #20185

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Dec 28, 2014
Merged

Conversation

csouth3
Copy link
Contributor

@csouth3 csouth3 commented Dec 24, 2014

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.

@rust-highfive
Copy link
Contributor

r? @pcwalton

(rust_highfive has picked a reviewer for you, use r? to override)

@csouth3
Copy link
Contributor Author

csouth3 commented Dec 24, 2014

r? @gankro

@rust-highfive rust-highfive assigned Gankra and unassigned pcwalton Dec 24, 2014
bors added a commit that referenced this pull request Dec 28, 2014
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.
@bors bors merged commit 6bb59e4 into rust-lang:master Dec 28, 2014
@csouth3 csouth3 deleted the dlist-deprecate branch December 30, 2014 23:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants