Fix warnings
This commit is contained in:
parent
de4b324607
commit
3566040bac
2 changed files with 1 additions and 2 deletions
|
|
@ -5351,7 +5351,6 @@ impl Application for App {
|
|||
}
|
||||
|
||||
fn subscription(&self) -> Subscription<Self::Message> {
|
||||
struct ThemeSubscription;
|
||||
struct WatcherSubscription;
|
||||
struct TrashWatcherSubscription;
|
||||
struct TimeSubscription;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use std::{any::TypeId, collections::HashMap, num::NonZeroU16, path::PathBuf};
|
||||
use std::{any::TypeId, num::NonZeroU16, path::PathBuf};
|
||||
|
||||
use cosmic::{
|
||||
cosmic_config::{self, cosmic_config_derive::CosmicConfigEntry, CosmicConfigEntry},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue