Skip to content

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