-
Notifications
You must be signed in to change notification settings - Fork 13k
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
consider making the iterator tutorial into the std::iter module docstring #9314
Comments
I would be in favor of this. |
+1 |
I think I might wait until we're extracting/testing code samples in doc strings because I don't want them to break. |
@thestinger Will you send a patch for it? |
part of #11755 |
The 'iterators tutorial' is part of the containers guide: http://doc.rust-lang.org/guide-container.html#iterators |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if we should do this, but it would certainly make it easier to discover.
The text was updated successfully, but these errors were encountered: