From: bors Date: Tue, 7 Feb 2017 20:08:02 +0000 (+0000) Subject: Auto merge of #3664 - pwoolcoc:issue-3391, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~166 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ce9ddf3480f3028de9d406119863448b82301096;p=cargo.git Auto merge of #3664 - pwoolcoc:issue-3391, r=alexcrichton Assume that a `build.rs` file is a build script If cargo sees a `build.rs` file in the same directory as the current `Cargo.toml`, it will assume that the `build.rs` file is a build script, unless there is `build = false` in the `Cargo.toml` file. Closes #3391 --- ce9ddf3480f3028de9d406119863448b82301096