App: Remove no longer needed allow(unused).
This commit is contained in:
parent
60a93a2433
commit
9e23b16ae7
@ -1,5 +1,4 @@
|
|||||||
#![allow(new_without_default)]
|
#![allow(new_without_default)]
|
||||||
#![allow(unused)]
|
|
||||||
|
|
||||||
use gio::{self, prelude::*, ApplicationFlags, SettingsBindFlags, SettingsExt, SimpleAction};
|
use gio::{self, prelude::*, ApplicationFlags, SettingsBindFlags, SettingsExt, SimpleAction};
|
||||||
use glib;
|
use glib;
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
#![allow(dead_code)]
|
|
||||||
|
|
||||||
use gio;
|
use gio;
|
||||||
use gio::{Settings, SettingsExt};
|
use gio::{Settings, SettingsExt};
|
||||||
use gtk;
|
use gtk;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user