diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-12-24 02:00:00 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-12-24 02:00:00 +0100 |
| commit | 5fdb7198bc73035cf5621ded8183000c3fcbbe29 (patch) | |
| tree | 1979b49951737c521573949f5b16a7963a8ee2d2 /src/lib.rs | |
| parent | 4b5693d3c6781a5ca4ef32f43f3994a65020c933 (diff) | |
| download | frippy-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.rs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; |
