Fix warnings

This commit is contained in:
Jeremy Soller 2025-07-08 09:07:38 -06:00
parent de4b324607
commit 3566040bac
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 1 additions and 2 deletions

View file

@ -5351,7 +5351,6 @@ impl Application for App {
}
fn subscription(&self) -> Subscription<Self::Message> {
struct ThemeSubscription;
struct WatcherSubscription;
struct TrashWatcherSubscription;
struct TimeSubscription;

View file

@ -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},