Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Deprecate DList::ListInsertion #20185

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
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants