diff --git a/Cargo.toml b/Cargo.toml index b3991a09..d0f40e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,3 +32,6 @@ default-features = false [profile.release] strip = "none" + +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuse)'] }