From af86372cb6e55d4875a546be17c011dd97434502 Mon Sep 17 00:00:00 2001 From: Mroik Date: Tue, 28 Jan 2025 06:46:54 +0100 Subject: Remove unnecessary String allocations --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 017344e..9851ea1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,7 @@ async fn main() -> Result<(), Box> { drop(quotes); // TODO Add more options to choose quotes - let mut app = App::new(quote); + let mut app = App::new("e); app.run().await?; return Ok(()); -- cgit v1.3