chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -6,7 +6,8 @@ use super::Action;
|
|||
use crate::Application;
|
||||
|
||||
use iced::window;
|
||||
use std::{any::Any, sync::Arc};
|
||||
use std::any::Any;
|
||||
use std::sync::Arc;
|
||||
|
||||
/// Used to produce a destroy popup message from within a widget.
|
||||
#[cfg(all(feature = "wayland", target_os = "linux"))]
|
||||
|
|
|
|||
|
|
@ -3,9 +3,7 @@
|
|||
|
||||
pub mod action;
|
||||
|
||||
use iced::Limits;
|
||||
use iced::Size;
|
||||
use iced::Task;
|
||||
use iced::{Limits, Size, Task};
|
||||
use std::future::Future;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue