chore: Rust 2024 edition

This commit is contained in:
Vukašin Vojinović 2025-09-10 13:36:02 +02:00
parent cd8ac14f79
commit e405b929c1
8 changed files with 52 additions and 49 deletions

View file

@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-3.0-only
use cosmic::{
cosmic_config::{self, cosmic_config_derive::CosmicConfigEntry, CosmicConfigEntry},
cosmic_config::{self, CosmicConfigEntry, cosmic_config_derive::CosmicConfigEntry},
theme,
};
use cosmic_text::Metrics;