mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 05:18:27 +00:00
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:
parent
07673e8eba
commit
6e684c8781
@ -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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user