chore(tauri): 抑制 vendor wry 源码的 deprecated/unused_unsafe 警告(17 个归零)

This commit is contained in:
Pine
2026-08-18 01:57:15 +08:00
parent a143b94ac1
commit 38e45aafa9
+2
View File
@@ -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"))]