mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
fix: mobile clippy warnings
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![cfg(any(target_os = "linux", target_os = "macos", windows))]
|
||||
#![allow(dead_code, unused_imports)]
|
||||
|
||||
use std::{
|
||||
@@ -376,7 +377,7 @@ fn stage_app_under_test(root_dir: &Path, target: &str, bundle_target: BundleTarg
|
||||
)
|
||||
});
|
||||
|
||||
return staged;
|
||||
staged
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#![cfg(any(target_os = "linux", target_os = "macos", windows))]
|
||||
#![allow(dead_code, unused_imports)]
|
||||
|
||||
use std::{
|
||||
|
||||
Reference in New Issue
Block a user