diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 16:25:39 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-19 16:25:39 +0200 |
| commit | 319d34024a44c33d46123eceedce913eaded4878 (patch) | |
| tree | ef819771d90b20392fd04bac849b4f9954275cd9 /mumd | |
| parent | a3b963e10a28befbdcd5b448fefe5a719772db3e (diff) | |
| download | mum-319d34024a44c33d46123eceedce913eaded4878.tar.gz | |
dont warn about unused import when building without notifications
Diffstat (limited to 'mumd')
| -rw-r--r-- | mumd/src/notifications.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/src/notifications.rs b/mumd/src/notifications.rs index bccf4dd..5094a07 100644 --- a/mumd/src/notifications.rs +++ b/mumd/src/notifications.rs @@ -1,3 +1,4 @@ +#[cfg(feature = "notifications")] use log::*; pub fn init() { |
