Fix clippy::println_empty_string
, clippy::while_let_on_iterator
, clippy::while_let_on_iterator
lint style violations (#36613)
Related: #36577 Release Notes: - N/A
This commit is contained in:
parent
41e28a7185
commit
ec8106d1db
20 changed files with 35 additions and 32 deletions
|
@ -307,7 +307,7 @@ impl TabSwitcherDelegate {
|
|||
(Reverse(history.get(&item.item.item_id())), item.item_index)
|
||||
)
|
||||
}
|
||||
eprintln!("");
|
||||
eprintln!();
|
||||
all_items
|
||||
.sort_by_key(|tab| (Reverse(history.get(&tab.item.item_id())), tab.item_index));
|
||||
all_items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue