Other clippy lint

I think the lint was relegated to nursery in later releases but seems reasonable enough in this case
This commit is contained in:
dbr 2023-03-22 23:07:54 +10:30
parent 07673e8eba
commit 6e684c8781

View File

@ -289,7 +289,7 @@ impl Ui {
} }
/// A temporary change in item flags /// A temporary change in item flags
#[derive(Copy, Clone, Debug, PartialEq)] #[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum ItemFlag { pub enum ItemFlag {
AllowKeyboardFocus(bool), AllowKeyboardFocus(bool),
ButtonRepeat(bool), ButtonRepeat(bool),