Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Don't forcibly set CARGO_MANIFEST_DIR as a workaround for Clippy #1525

Merged
merged 1 commit into from
Aug 6, 2019

Conversation

Xanewok
Copy link
Member

@Xanewok Xanewok commented Jul 25, 2019

Enabled by rust-lang/rust-clippy#3665.

When using Cargo build plan we always have CARGO_MANIFEST_DIR set so I believe this was done to support external build plan work.

r? @jsgf

@Xanewok
Copy link
Member Author

Xanewok commented Aug 6, 2019

This doesn't regress our scenario since in Clippy it falls back to current directory (which we set appropriately in the cached build plan case) and gets rid of a now unnecessary workaround, so merging

@Xanewok Xanewok merged commit 4971b90 into rust-lang:master Aug 6, 2019
@Xanewok Xanewok deleted the cargoless-clippy branch August 6, 2019 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant