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,5 +1,7 @@
|
|||
use cosmic::iced::{self, futures::StreamExt};
|
||||
use std::{any::TypeId, hash::Hash};
|
||||
use cosmic::iced::futures::StreamExt;
|
||||
use cosmic::iced::{self};
|
||||
use std::any::TypeId;
|
||||
use std::hash::Hash;
|
||||
use tokio::sync::broadcast;
|
||||
use tokio_stream::wrappers::BroadcastStream;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue