more cargo clippy fixes

This commit is contained in:
Chris Cochrun 2025-09-15 11:18:05 -05:00
parent 2413b96791
commit a186d3bec4
2 changed files with 8 additions and 6 deletions

View file

@ -10,11 +10,13 @@ use cosmic::{
iced_widget::{
scrollable::{
scroll_to, AbsoluteOffset, Direction, Scrollbar,
}, stack, vertical_rule,
},
stack, vertical_rule,
},
prelude::*,
widget::{
container, image, mouse_area, responsive, scrollable, text, Container, Id, Row, Space,
container, image, mouse_area, responsive, scrollable, text,
Container, Id, Row, Space,
},
Task,
};