blob: eb0e55b7539dfd4cb6e2daacce4aedcfc51cab81 [file] [log] [blame]
diff --git a/Cargo.toml b/Cargo.toml
index 9da787a..9214798 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,3 +27,6 @@ lto = true
[lib]
name = "untrusted"
path = "src/untrusted.rs"
+
+[lints.rust]
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(android_dylib)'] }