Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build.rs: fix warning: unexpected
cfg
condition value: overwrite
warning: unexpected `cfg` condition value: `overwrite` --> build.rs:61:15 | 61 | #[cfg(not(feature = "overwrite"))] | ^^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `feature` are: `fat_complete` = help: consider adding `overwrite` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `overwrite` --> build.rs:64:11 | 64 | #[cfg(feature = "overwrite")] | ^^^^^^^^^^^^^^^^^^^^^ Signed-off-by: Ming Lei <tom.leiming@gmail.com>
- Loading branch information