diff --git a/src-tauri/vendor/wry/src/lib.rs b/src-tauri/vendor/wry/src/lib.rs index 38fbc9e..aa0dce4 100644 --- a/src-tauri/vendor/wry/src/lib.rs +++ b/src-tauri/vendor/wry/src/lib.rs @@ -341,6 +341,8 @@ #![allow(clippy::new_without_default)] #![allow(clippy::default_constructed_unit_structs)] #![allow(clippy::type_complexity)] +// PATCH: 本地 vendor 版本,抑制上游 deprecated/unused_unsafe 警告(macOS 26 兼容性补丁) +#![allow(deprecated, unused_unsafe)] #![cfg_attr(docsrs, feature(doc_cfg))] // #[cfg(any(target_os = "macos", target_os = "ios"))]