summaryrefslogtreecommitdiffstats
path: root/categories/src/categories.rs
diff options
context:
space:
mode:
Diffstat (limited to 'categories/src/categories.rs')
-rw-r--r--categories/src/categories.rs2
1 files changed, 1 insertions, 1 deletions
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 {