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

Return Option rather than fail for shift_ref, mut_shift_ref, pop_ref, mut_pop_ref, and mut_last #11944

Merged
merged 3 commits into from
Feb 1, 2014

Conversation

nathanielherman
Copy link
Contributor

Closes #11733

bors added a commit that referenced this pull request Feb 1, 2014
@bors bors closed this Feb 1, 2014
@bors bors merged commit d9fadbc into rust-lang:master Feb 1, 2014
@nathanielherman nathanielherman deleted the vec_opt branch February 1, 2014 17:10
flip1995 pushed a commit to flip1995/rust that referenced this pull request Dec 16, 2023
…r=Jarcho

Check $CARGO before $PATH

Currently, clippy will ignore $CARGO when spawning cargo commands, which can be problematic for `cargo clippy` and interop with other tools. This commit induces clippy to respect $CARGO in every case it seems likely to matter.

Fixes:
- rust-lang#11943

changelog: clippy now respects setting the `CARGO` environment variable
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.

Return Option rather than fail on empty vectors.
3 participants