remove(type): redundant type definition
This commit is contained in:
parent
7c16964b83
commit
b663859eee
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue