App: Remove no longer needed allow(unused).

This commit is contained in:
Jordan Petridis 2018-07-23 19:55:23 +03:00
parent 60a93a2433
commit 9e23b16ae7
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#![allow(new_without_default)]
#![allow(unused)]
use gio::{self, prelude::*, ApplicationFlags, SettingsBindFlags, SettingsExt, SimpleAction};
use glib;

View File

@ -1,5 +1,3 @@
#![allow(dead_code)]
use gio;
use gio::{Settings, SettingsExt};
use gtk;