clippy fix
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
//! then opens the popup there; the active module renders its content.
|
||||
|
||||
use iced::advanced::widget as advanced_widget;
|
||||
use iced::widget::{column, container, mouse_area, text};
|
||||
use iced::{Alignment, Border, Element, Length, Padding, Rectangle, Task};
|
||||
use iced::widget::{column, container, text};
|
||||
use iced::{Border, Element, Padding, Rectangle, Task};
|
||||
use iced_layershell::actions::IcedNewPopupSettings;
|
||||
use iced_layershell::reexport::{PopupAnchor, PopupGravity};
|
||||
|
||||
use common::{pill, ModuleEffect, PopupSettings};
|
||||
use common::{ModuleEffect, PopupSettings};
|
||||
|
||||
use crate::msg::popup_open;
|
||||
use crate::{Bar, Message, Msg};
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
use common::Wire;
|
||||
use iced::widget::{container, row, space, text};
|
||||
use iced::widget::{container, row, space};
|
||||
use iced::{window, Alignment, Element, Length, Theme};
|
||||
|
||||
use crate::app::Bar;
|
||||
|
||||
Reference in New Issue
Block a user