clippy fix

This commit is contained in:
Chris Cochrun 2025-08-20 15:07:13 -05:00
parent 00dc33a661
commit 4a2f41eaf3
5 changed files with 52 additions and 64 deletions

View file

@ -10,7 +10,7 @@ use cosmic::{
Length, Size,
},
prelude::*,
widget::{container, lazy, responsive, svg::Handle, Svg},
widget::{container, svg::Handle, Svg},
};
use tracing::error;
@ -330,7 +330,7 @@ mod test {
#[test]
fn test_text_spans() {
let mut text = TextSvg::new();
let mut text = TextSvg::new("yes");
text.text = "This is
multiline
text."