Fix other clippy lints
This commit is contained in:
parent
def32c87ad
commit
69ad3351a8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
//!
|
||||
|
||||
use std::process::exit;
|
||||
use diesel::{Connection, PgConnection};
|
||||
use diesel::PgConnection;
|
||||
use diesel_migrations::{EmbeddedMigrations, MigrationHarness};
|
||||
use acrate_database::connect::managed_connect_sync;
|
||||
|
||||
|
|
Loading…
Reference in a new issue