One big cleanup pass of clippy lints
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
e7540d2833
commit
8ba2f77148
138 changed files with 1328 additions and 1366 deletions
|
@ -44,7 +44,7 @@ impl ThemeSelector {
|
|||
theme_names.sort_unstable_by(|a, b| {
|
||||
a.ends_with("dark")
|
||||
.cmp(&b.ends_with("dark"))
|
||||
.then_with(|| a.cmp(&b))
|
||||
.then_with(|| a.cmp(b))
|
||||
});
|
||||
let matches = theme_names
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue