chore: migrate to Rust 2024 edition
This commit is contained in:
parent
6ed7bdb45f
commit
f95869a631
16 changed files with 194 additions and 161 deletions
|
|
@ -1,8 +1,9 @@
|
|||
use cosmic::{
|
||||
Application, Element,
|
||||
app::{self, Core, Settings, Task},
|
||||
executor,
|
||||
iced::{window, Subscription},
|
||||
widget, Application, Element,
|
||||
iced::{Subscription, window},
|
||||
widget,
|
||||
};
|
||||
use cosmic_files::dialog::{
|
||||
Dialog, DialogChoice, DialogChoiceOption, DialogFilter, DialogFilterPattern, DialogKind,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue