Use to_owned instead of to_string in iced_selector
This commit is contained in:
parent
1ae3b5e96a
commit
8503278492
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ pub fn is_focused() -> impl Selector<Output = Target> {
|
|||
}
|
||||
|
||||
fn description(&self) -> String {
|
||||
"is focused".to_string()
|
||||
"is focused".to_owned()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue