lint
This commit is contained in:
parent
50eb9e34b8
commit
459d32b984
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ use iced_native::layout::{self, Layout};
|
||||||
use iced_native::mouse;
|
use iced_native::mouse;
|
||||||
use iced_native::overlay;
|
use iced_native::overlay;
|
||||||
use iced_native::renderer;
|
use iced_native::renderer;
|
||||||
use iced_native::{Clipboard, Hasher, Length, Point, Rectangle, Shell, Size};
|
|
||||||
use iced_native::widget::tree::{self, Tree};
|
use iced_native::widget::tree::{self, Tree};
|
||||||
|
use iced_native::{Clipboard, Hasher, Length, Point, Rectangle, Shell, Size};
|
||||||
use iced_native::{Element, Widget};
|
use iced_native::{Element, Widget};
|
||||||
|
|
||||||
use ouroboros::self_referencing;
|
use ouroboros::self_referencing;
|
||||||
|
|
@ -325,7 +325,7 @@ where
|
||||||
shell,
|
shell,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.unwrap_or_else(|| iced_native::event::Status::Ignored)
|
.unwrap_or(iced_native::event::Status::Ignored)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue