diff options
| author | Fuwn <[email protected]> | 2021-05-03 16:20:45 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-03 16:20:45 +0000 |
| commit | 262d59d7b3bcfda94d333d1acc8ed1a505df1c0f (patch) | |
| tree | 4fdcc0ae5df1bf4c0713eeb7d4bf712c812c3ec7 /src/api | |
| parent | docs(readme): add development prerequisites (diff) | |
| download | whirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.tar.xz whirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.zip | |
feat(db): use diesel instead of sqlx, implement database tests
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/routes/stats/structures.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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, |