You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments