From c4792efead160859d17f8ca969869037b7d2e1d5 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 22 Mar 2021 12:26:04 +0900 Subject: clippy lints --- helix-view/src/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view') diff --git a/helix-view/src/theme.rs b/helix-view/src/theme.rs index b200fa0e..e51fab3e 100644 --- a/helix-view/src/theme.rs +++ b/helix-view/src/theme.rs @@ -139,7 +139,7 @@ impl Default for Theme { let scopes = mapping.keys().map(ToString::to_string).collect(); - Self { mapping, scopes } + Self { scopes, mapping } } } -- cgit v1.2.3-70-g09d2