chore: suppress warnings from old objc crate (#1686)

This commit is contained in:
Huang Xin
2025-07-27 14:03:45 +08:00
committed by GitHub
parent 5e7f09d5c8
commit e5ec9abca3
+4
View File
@@ -14,6 +14,10 @@ rust-version = "1.77.2"
name = "readestlib"
crate-type = ["staticlib", "cdylib", "lib"]
[features]
# Internal feature to suppress warnings from old objc crate
cargo-clippy = []
[build-dependencies]
tauri-build = { version = "2", features = [] }