chore: add rustfmt config
This commit is contained in:
parent
cb4a0d3a3a
commit
4b1f388a4f
78 changed files with 394 additions and 485 deletions
|
|
@ -5,7 +5,9 @@ mod binder;
|
|||
pub use binder::{AutoBind, Binder};
|
||||
|
||||
mod insert;
|
||||
use cosmic::{Element, Task, app::ContextDrawer, iced::Subscription};
|
||||
use cosmic::app::ContextDrawer;
|
||||
use cosmic::iced::Subscription;
|
||||
use cosmic::{Element, Task};
|
||||
use downcast_rs::{Downcast, impl_downcast};
|
||||
pub use insert::Insert;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue