chore: apply rustfmt config with module import granulatiry
This commit is contained in:
parent
2b9906f941
commit
2acf6f9f14
28 changed files with 190 additions and 288 deletions
|
|
@ -1,11 +1,7 @@
|
|||
use cosmic::iced::{
|
||||
Length, Rectangle, Size, Vector,
|
||||
advanced::{
|
||||
Clipboard, Layout, Shell, Widget, layout, mouse, overlay, renderer,
|
||||
widget::{Id, Operation, Tree, tree},
|
||||
},
|
||||
event::{self, Event},
|
||||
};
|
||||
use cosmic::iced::advanced::widget::{Id, Operation, Tree, tree};
|
||||
use cosmic::iced::advanced::{Clipboard, Layout, Shell, Widget, layout, mouse, overlay, renderer};
|
||||
use cosmic::iced::event::{self, Event};
|
||||
use cosmic::iced::{Length, Rectangle, Size, Vector};
|
||||
|
||||
use std::marker::PhantomData;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue