Skip to content

Conversation

yichoi
Copy link
Contributor

@yichoi yichoi commented Dec 10, 2013

this patch should be followed by alexcrichton/libuv#2

@yichoi
Copy link
Contributor Author

yichoi commented Jan 2, 2014

r? @alexcrichton

bors added a commit that referenced this pull request Jan 6, 2014
@bors bors merged commit 635002a into rust-lang:master Jan 6, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 14, 2023
…r=llogiq

Add `needless_pass_by_ref_mut` lint

changelog: [`needless_pass_by_ref_mut`]: This PR add a new lint `needless_pass_by_ref_mut` which emits a warning in case a `&mut` function argument isn't used mutably. It doesn't warn on trait and trait impls functions.

Fixes rust-lang#8863.
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.

2 participants