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

Document std::libc::c_void. #7690

Merged
merged 1 commit into from
Jul 11, 2013
Merged

Conversation

kevinmehall
Copy link
Contributor

I added documentation for when to use and not to use c_void, since it tripped me up when I started. (See issue #7627)

bors added a commit that referenced this pull request Jul 11, 2013
I added documentation for when to use and not to use `c_void`, since it tripped me up when I started. (See issue #7627)
@bors bors closed this Jul 11, 2013
@bors bors merged commit 663a959 into rust-lang:master Jul 11, 2013
@kevinmehall kevinmehall deleted the document-c_void branch July 11, 2013 12:32
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 28, 2021
Change `while_let_on_iterator` suggestion to use `by_ref()`

It came up in the discussion rust-lang#7659 that suggesting `iter.by_ref()` is a clearer suggestion than `&mut iter`. I personally think they're equivalent, but if `by_ref()` is clearer to people then that should be the suggestion.

changelog: Change `while_let_on_iterator` suggestion when using `&mut` to use `by_ref()`
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