warnings fix

This commit is contained in:
Dhanji Prasanna
2025-10-23 07:17:55 +11:00
parent 3ec65e38ee
commit efd4eca755
5 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
// Suppress warnings from objc crate macros
#![allow(unexpected_cfgs)]
pub mod types;
pub mod platform;
pub mod webdriver;