chore(tauri): 抑制 vendor wry 源码的 deprecated/unused_unsafe 警告(17 个归零)
This commit is contained in:
Vendored
+2
@@ -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"))]
|
||||
|
||||
Reference in New Issue
Block a user