diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-20 22:26:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-20 22:26:07 +0200 |
| commit | 9ccddaeda2800f9b2323b3e2f75c5758a2341747 (patch) | |
| tree | ab94c8658226afa6915493401a668b01cfddef4e /mumd/src/notifications.rs | |
| parent | 1b61ae7a8834db3278fcecb82cd066d5c15ddcf9 (diff) | |
| parent | 3574c2c0b990afb251f96901df02e0eb4518e1c7 (diff) | |
| download | mum-9ccddaeda2800f9b2323b3e2f75c5758a2341747.tar.gz | |
Merge pull request #109 from mum-rs/ogg
Diffstat (limited to 'mumd/src/notifications.rs')
| -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() { |
