Skip to content

Commit 232999e

Browse files
committed
chore: remove rust compiler warnings
1 parent 981e45b commit 232999e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src-tauri/src/core/setup/macos.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(deprecated)]
12
use tauri::{AppHandle, Emitter, EventTarget, WebviewWindow};
23
use tauri_nspanel::{cocoa::appkit::NSWindowCollectionBehavior, panel_delegate, WebviewWindowExt};
34
use tauri_plugin_eco_window::MAIN_WINDOW_LABEL;

src-tauri/src/plugins/paste/src/commands/macos.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(deprecated)]
12
use cocoa::base::{id, nil};
23
use cocoa::foundation::{NSAutoreleasePool, NSString};
34
use objc::declare::ClassDecl;

0 commit comments

Comments
 (0)