From 0ae73c2522fde0307c96cfb92aca49e2176f277f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 6 Nov 2020 21:03:35 +0000 Subject: Update notify.rs --- mumd/src/notify.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd') diff --git a/mumd/src/notify.rs b/mumd/src/notify.rs index 7d08714..0739c58 100644 --- a/mumd/src/notify.rs +++ b/mumd/src/notify.rs @@ -15,6 +15,6 @@ pub fn send(msg: String) -> Option { } #[cfg(not(feature = "libnotify"))] -pub fn send(_msg: String) -> Option { +pub fn send(_: String) -> Option { None } -- cgit v1.2.1