From cbfc072966e4ebee2922c65b8dcb4cd112bb3498 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sun, 11 Aug 2024 17:02:35 +0530 Subject: [PATCH] Finally started actually working on it --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7108941..c2cc0b9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ fn main() { body: "short body(hehe)".to_string(), expir_timeout: 0 }; - truncate_summary(&mut not); + truncate_summary(&mut not); //Limit the summary length println!("{}",not.summary); }