1
1
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:
Wez Furlong 2021-02-01 23:44:41 -08:00
parent 0c1ecc0fad
commit 140bc6e90b

View File

@ -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")]
{