chore(semgented_button): fix linter warnings
This commit is contained in:
parent
b55fad7e33
commit
9eeaf816dc
2 changed files with 3 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ pub fn focus<Message: 'static>(id: Id) -> Command<Message> {
|
|||
Command::widget(operation::focusable::focus(id.0))
|
||||
}
|
||||
|
||||
pub(super) enum ItemBounds {
|
||||
pub enum ItemBounds {
|
||||
Button(Entity, Rectangle),
|
||||
Divider(Rectangle),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue