Skip to content

Commit 342cf09

Browse files
committed
lint
1 parent b2fb60d commit 342cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/src/interface/rust/desktop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn run_dev<F: Fn(Option<i32>, ExitReason) + Send + Sync + 'static>(
5454
config_features: Vec<String>,
5555
on_exit: F,
5656
) -> crate::Result<DevChild> {
57-
#[cfg(not(target_os = "windows"))]
57+
#[cfg(not(target_os = "macos"))]
5858
let _app_settings = app_settings;
5959
#[cfg(target_os = "macos")]
6060
{

0 commit comments

Comments
 (0)