clippy fix
This commit is contained in:
parent
00dc33a661
commit
4a2f41eaf3
5 changed files with 52 additions and 64 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue