diff options
Diffstat (limited to 'src/posts.rs')
-rw-r--r-- | src/posts.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/posts.rs b/src/posts.rs index 781ad9d..c9f9307 100644 --- a/src/posts.rs +++ b/src/posts.rs @@ -1,7 +1,5 @@ use std::io; -use rusqlite; - use crate::db; use crate::ed; use crate::error; |