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

fix to support android cross compile on mac #10900

Merged
merged 4 commits into from
Jan 6, 2014
Merged

fix to support android cross compile on mac #10900

merged 4 commits into from
Jan 6, 2014

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