From 14aa2454fd938d47c3a66d16965b34ed07eeb432 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sun, 11 Aug 2024 03:15:37 +0530 Subject: [PATCH] Comment --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 1847a6b..91a3a7e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,7 @@ use zbus::zvariant::{OwnedValue, Type}; #[derive(Debug)] struct Notification { // ... fields + // } async fn main() -> Result<(), zbus::Error> {