aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-12-24 02:00:00 +0100
committerJokler <jokler.contact@gmail.com>2017-12-24 02:00:00 +0100
commit5fdb7198bc73035cf5621ded8183000c3fcbbe29 (patch)
tree1979b49951737c521573949f5b16a7963a8ee2d2 /src/lib.rs
parent4b5693d3c6781a5ca4ef32f43f3994a65020c933 (diff)
downloadfrippy-5fdb7198bc73035cf5621ded8183000c3fcbbe29.tar.gz
frippy-5fdb7198bc73035cf5621ded8183000c3fcbbe29.zip
Add 'remove' command to Factoids and make the Database trait public
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4407e6a..8b55dab 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -34,11 +34,6 @@
#[cfg(feature = "mysql")]
#[macro_use]
extern crate diesel;
-#[cfg(feature = "mysql")]
-extern crate diesel_infer_schema;
-#[cfg(feature = "mysql")]
-#[macro_use]
-extern crate diesel_migrations;
#[macro_use]
extern crate log;