From: bors Date: Fri, 6 Apr 2018 19:45:16 +0000 (+0000) Subject: Auto merge of #5307 - alexcrichton:another-fix, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~92 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e837ce064fcf28d5f739f87376384c18a33c6c69;p=cargo.git Auto merge of #5307 - alexcrichton:another-fix, r=matklad Fix another issue of poisoning too eagerly This commit extends the fix in #5288 by moving the logic added farther up in the loop over package dependencies. This means that we won't recursively look at optional/dev path dependencies which aren't members of the workspace. This should fix the new issue that came up in #5257 Closes #5257 --- e837ce064fcf28d5f739f87376384c18a33c6c69