diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-03-02 23:54:01 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-03-02 23:54:01 -0500 |
| commit | 410596f875111fab3d666a472c61be8869d7f7ec (patch) | |
| tree | 80e115f1ba84e50261e32ae4aa32d42359600d76 /src/db | |
| parent | a81f91f062b446c742a1a9fe41e3eeab7b08502b (diff) | |
remove unused code, fixup imports
Diffstat (limited to 'src/db')
| -rw-r--r-- | src/db/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/mod.rs b/src/db/mod.rs index 0ef3ea2..840bb07 100644 --- a/src/db/mod.rs +++ b/src/db/mod.rs @@ -8,7 +8,6 @@ use diesel::{ prelude::*, r2d2::{ConnectionManager, ManageConnection}, }; -use diesel::sql_types; use crate::{Error, Result}; |
