mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 13:27:37 +03:00
Merge pull request #225 from dtolnay/checkcfg
Resolve unexpected_cfgs warning
This commit is contained in:
commit
c3bdfe4e7f
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -4,6 +4,7 @@ use std::path::PathBuf;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("cargo:rerun-if-changed=build.rs");
|
println!("cargo:rerun-if-changed=build.rs");
|
||||||
|
println!("cargo:rustc-check-cfg=cfg(exhaustive)");
|
||||||
|
|
||||||
let prettyplease_version = match env::var("DEP_PRETTYPLEASE02_VERSION") {
|
let prettyplease_version = match env::var("DEP_PRETTYPLEASE02_VERSION") {
|
||||||
Ok(prettyplease_version) => format!(r#"Some("{}")"#, prettyplease_version.escape_debug()),
|
Ok(prettyplease_version) => format!(r#"Some("{}")"#, prettyplease_version.escape_debug()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue