feat(widgets/listitem): derive PartialEq

pull/398/head
acheronfail 4 years ago
parent 25ff2e5e61
commit ba0233411c

@ -36,7 +36,7 @@ impl ListState {
}
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub struct ListItem<'a> {
content: Text<'a>,
style: Style,

Loading…
Cancel
Save