diff options
| author | Fuwn <[email protected]> | 2021-05-10 20:43:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 20:43:56 +0000 |
| commit | a38a6087a855cf0332eabafdac4dbeb68df1328b (patch) | |
| tree | b09ed7388e350e2578ea9337fe5560ec85cc9fb8 /src/utils/mod.rs | |
| parent | docs(readme): add dev dependency disclaimer (diff) | |
| download | whirl-a38a6087a855cf0332eabafdac4dbeb68df1328b.tar.xz whirl-a38a6087a855cf0332eabafdac4dbeb68df1328b.zip | |
refactor(utils): remove unused, outdated db util
closes #22
Diffstat (limited to 'src/utils/mod.rs')
| -rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index c188ccd..69c91d1 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,5 +1,4 @@ // Copyleft (ɔ) 2021-2021 The Whirlsplash Collective // SPDX-License-Identifier: GPL-3.0-only -// pub mod db; pub mod system; |