chore(semgented_button): fix linter warnings

This commit is contained in:
Michael Aaron Murphy 2024-02-27 18:31:28 +01:00
parent b55fad7e33
commit 9eeaf816dc
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 3 additions and 4 deletions

View file

@ -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),
}