Skip to content

Commit

Permalink
fix mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 4, 2023
1 parent 6f3347d commit 5786adb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/tauri/src/ipc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ use crate::{
};

pub(crate) mod channel;
#[cfg(any(target_os = "macos", not(ipc_custom_protocol)))]
pub(crate) mod format_callback;
pub(crate) mod protocol;

Expand Down

0 comments on commit 5786adb

Please sign in to comment.