refactor(gui/views/list): mark unused var

lint regression at 26afc32b69
This commit is contained in:
Rudxain 2025-08-13 16:01:24 -04:00
commit 3fabd4a8d0
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -364,7 +364,7 @@ impl List {
text_editor::Action::Edit(_) => {
// Do nothing - ignore all editing operations
}
text_editor::Action::Scroll { lines } => {}
text_editor::Action::Scroll { lines: _ } => {}
// Allow all other actions (movement, selection, clicking, scrolling, etc.)
_ => {
self.description_content.perform(action);