diff options
| author | Fuwn <[email protected]> | 2021-05-10 20:43:56 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-10 20:43:56 -0700 |
| commit | bb5910a6ed2b4bd55b0cb9675a58de7c840fbcc9 (patch) | |
| tree | 245c0fd0a98588a3229665723726d1ab3c9ed1e0 /src/utils/mod.rs | |
| parent | docs(readme): add dev dependency disclaimer (diff) | |
| download | whirl-bb5910a6ed2b4bd55b0cb9675a58de7c840fbcc9.tar.xz whirl-bb5910a6ed2b4bd55b0cb9675a58de7c840fbcc9.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; |