Skip to content

minor container related tweaks #8074

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

Closed
wants to merge 5 commits into from
Closed

minor container related tweaks #8074

wants to merge 5 commits into from

Conversation

thestinger
Copy link
Contributor

d7c9bb4 r=alexcrichton
7ae17e0 r=huonw

thestinger and others added 3 commits July 27, 2013 14:36
With the recent fixes to method resolution, we can now remove the
dummy type parameters used as crutches in the iterator module.

For example, the zip adaptor type is just ZipIterator<T, U> now.
@bluss
Copy link
Member

bluss commented Jul 27, 2013

If you want to, pick up the rename of ChainIterator -> Chain etc. https://github.com/blake2-ppc/rust/commit/711cd569df3446678ddc83e5ae48c14c8afff50c

bors added a commit that referenced this pull request Jul 27, 2013
@bors bors closed this Jul 28, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 6, 2021
Consider NonNull as a pointer type

PR 1/2 for issue rust-lang#8045. Add `NonNull` as a pointer class to suppress false positives like `UnsafeCell<NonNull<()>>`. However, this change is not sufficient to handle the cases shared in gtk-rs and Rug in the issue.

changelog: none

r? `@xFrednet`
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.

3 participants