From b89e65cc4e2bb9063371e91c4098e033ea57f385 Mon Sep 17 00:00:00 2001 From: Kornel Date: Sat, 11 Apr 2020 19:27:01 +0100 Subject: warnings -= 1 --- categories/src/categories.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/categories/src/categories.rs b/categories/src/categories.rs index 3baba6c..8dc3a72 100644 --- a/categories/src/categories.rs +++ b/categories/src/categories.rs @@ -50,7 +50,7 @@ quick_error! { } lazy_static! { - pub static ref CATEGORIES: Categories = { Categories::new().expect("built-in categories") }; + pub static ref CATEGORIES: Categories = Categories::new().expect("built-in categories"); } impl Categories { -- cgit v1.2.3