lose "extern crate" everywhere (Rust 2018 edition)

This commit is contained in:
Scott Lamb
2018-12-28 21:53:29 -06:00
parent f5703b9968
commit b5387af3d4
38 changed files with 166 additions and 219 deletions

View File

@@ -33,8 +33,9 @@
/// See `guide/schema.md` for more information.
use crate::db;
use failure::Error;
use rusqlite::{self, types::ToSql};
use failure::{Error, bail};
use log::info;
use rusqlite::types::ToSql;
mod v0_to_v1;
mod v1_to_v2;