clippy: println_empty_string & non_minimal_cfg (#36614)
- **clippy: Fix println-empty-string** - **clippy: non-minimal-cfg** Related to #36577 Release Notes: - N/A
This commit is contained in:
parent
b6722ca3c8
commit
74ce543d8b
5 changed files with 3 additions and 16 deletions
|
@ -307,7 +307,6 @@ impl TabSwitcherDelegate {
|
|||
(Reverse(history.get(&item.item.item_id())), item.item_index)
|
||||
)
|
||||
}
|
||||
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