mirror of
https://github.com/wez/wezterm.git
synced 2024-12-22 12:51:31 +03:00
wezterm: fix unused variable warnings on !macos
This commit is contained in:
parent
0c1ecc0fad
commit
140bc6e90b
@ -1,5 +1,6 @@
|
||||
mod macos;
|
||||
|
||||
#[allow(unused_variables)]
|
||||
pub fn persistent_toast_notification_with_click_to_open_url(title: &str, message: &str, url: &str) {
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user