diff --git a/komorebic/Cargo.toml b/komorebic/Cargo.toml index bdffc6dd..ec29e505 100644 --- a/komorebic/Cargo.toml +++ b/komorebic/Cargo.toml @@ -38,4 +38,7 @@ windows = { workspace = true } [build-dependencies] reqwest = { version = "0.12", features = ["blocking"] } -shadow-rs = { workspace = true } \ No newline at end of file +shadow-rs = { workspace = true } + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(FALSE)'] } \ No newline at end of file