From 60a93a243379e0103eed4eb0339b2a352ff3f0a2 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 23 Jul 2018 17:16:40 +0300 Subject: [PATCH] App: Use the gio::prelude --- hammond-gtk/src/app.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hammond-gtk/src/app.rs b/hammond-gtk/src/app.rs index 6a10372..e825788 100644 --- a/hammond-gtk/src/app.rs +++ b/hammond-gtk/src/app.rs @@ -1,10 +1,7 @@ #![allow(new_without_default)] #![allow(unused)] -use gio::{ - self, ActionMapExt, ApplicationExt, ApplicationExtManual, ApplicationFlags, - SettingsBindFlags, SettingsExt, SimpleAction, SimpleActionExt, -}; +use gio::{self, prelude::*, ApplicationFlags, SettingsBindFlags, SettingsExt, SimpleAction}; use glib; use gtk; use gtk::prelude::*;