clippy: fix warning by implementing Eq
This commit is contained in:
committed by
nitnelave
parent
516893f1f7
commit
6c21f2ef4b
@@ -81,7 +81,7 @@ pub struct SelectOption {
|
||||
props: SelectOptionProps,
|
||||
}
|
||||
|
||||
#[derive(yew::Properties, Clone, PartialEq, Debug)]
|
||||
#[derive(yew::Properties, Clone, PartialEq, Eq, Debug)]
|
||||
pub struct SelectOptionProps {
|
||||
pub value: String,
|
||||
pub text: String,
|
||||
|
||||
Reference in New Issue
Block a user