From b663859eee106105cfa87b87b10f272d1263189c Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 19 Jul 2024 23:04:01 +0400 Subject: [PATCH] remove(type): redundant type definition --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9a84829..5538441 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,7 @@ use controller::*; use view::view::*; fn main() { - let app = adw::Application::builder() + let app: adw::Application = adw::Application::builder() .application_id("com.github.gtk-rs.examples.basic") .build();