-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
dvec should implement iter::base_iter #2565
Closed
jesse99 opened this issue
Jun 10, 2012
· 2 comments
· May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6
Closed
dvec should implement iter::base_iter #2565
jesse99 opened this issue
Jun 10, 2012
· 2 comments
· May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6
Comments
this is not true. it does implement iter::base_iter. make sure you import dvec::extensions |
I see: there is an extensions impl in iter-traits.rs that makes this work. Would be helpful if a doc comment in dvec.rs mentioned that the base_iter goo is supported. |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Sep 28, 2022
remove macOS work-around that is no longer needed Judging from actions/cache#403 it sounds like this work-around is not needed any more.
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Oct 4, 2022
remove macOS work-around that is no longer needed Judging from actions/cache#403 it sounds like this work-around is not needed any more.
This was referenced Oct 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that it currently provides nothing in the way of iteration: you need to ignore the warning, use the internal data vector, do a null check, and then the iteration.
The text was updated successfully, but these errors were encountered: