From 00eb227ed0e7040407e074f3deb8c936fa520c71 Mon Sep 17 00:00:00 2001 From: Hendrik Sollich <hendrik@hoodie.de> Date: Sun, 12 Jan 2025 21:24:40 +0100 Subject: [PATCH] chore: clippy --- src/notification.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notification.rs b/src/notification.rs index eece8334..a0e636c5 100644 --- a/src/notification.rs +++ b/src/notification.rs @@ -295,7 +295,6 @@ impl Notification { /// According to [specification](https://developer.gnome.org/notification-spec/) /// -1 will leave the timeout to be set by the server and /// 0 will cause the notification never to expire. - /// ## [Duration](`std::time::Duration`) /// /// When passing a [`Duration`](`std::time::Duration`) we will try convert it into milliseconds.