From 262d59d7b3bcfda94d333d1acc8ed1a505df1c0f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 May 2021 16:20:45 +0000 Subject: feat(db): use diesel instead of sqlx, implement database tests --- src/api/routes/stats/structures.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/api') diff --git a/src/api/routes/stats/structures.rs b/src/api/routes/stats/structures.rs index a141ce6..88fc852 100644 --- a/src/api/routes/stats/structures.rs +++ b/src/api/routes/stats/structures.rs @@ -1,8 +1,6 @@ // Copyleft (ɔ) 2021-2021 The Whirlsplash Collective // SPDX-License-Identifier: GPL-3.0-only -use serde_derive::Serialize; - #[derive(Serialize)] pub struct Statistics { pub system: StatisticsSystem, -- cgit v1.2.3