From 5da25f96d61666169dd941c0ce293ff3f2055b4a Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 2 Dec 2023 14:42:30 +0000 Subject: [PATCH] refactor: remove stagnant same-type conversion Former-commit-id: bf5e80b064ec5762c55b89f1ed689e5fc12ce143 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6d53e79..6f389e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,7 +38,7 @@ fn main() { .add_plugins(( DefaultPlugins.set(WindowPlugin { primary_window: Some(Window { - title: format!("{} {}", titlecase(PKGNAME), VERSION).into(), + title: format!("{} {}", titlecase(PKGNAME), VERSION), mode: WindowMode::Fullscreen, ..default() }),