mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Delete non_exhaustive_omitted_patterns lint and exhaustive cfg
This commit is contained in:
parent
26e12b16f4
commit
94ef1d73b0
3 changed files with 1 additions and 3 deletions
1
build.rs
1
build.rs
|
@ -4,7 +4,6 @@ use std::path::PathBuf;
|
|||
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
println!("cargo:rustc-check-cfg=cfg(exhaustive)");
|
||||
println!("cargo:rustc-check-cfg=cfg(host_os, values(\"windows\"))");
|
||||
|
||||
let prettyplease_version = match env::var("DEP_PRETTYPLEASE02_VERSION") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue