mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-24 06:24:19 +02:00
refactor(gui/views/list): mark unused var
lint regression at 26afc32b69
This commit is contained in:
parent
760b21da09
commit
3fabd4a8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue