Silence clippy warning

This commit is contained in:
Joscha 2025-05-31 13:11:50 +02:00
parent 8b928184e8
commit 40de073799

View file

@ -50,6 +50,7 @@ impl From<Infallible> for UiError {
} }
} }
#[expect(clippy::large_enum_variant)]
pub enum UiEvent { pub enum UiEvent {
GraphemeWidthsChanged, GraphemeWidthsChanged,
LogChanged, LogChanged,