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