Simplify PgConnection import.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use slingshot_microservice::{AnyError, Microservice, ReadFileFn, WriteFileFn};
|
||||
use diesel::pg::PgConnection;
|
||||
use diesel::PgConnection;
|
||||
use std::io::{Read, Write};
|
||||
|
||||
fn process(
|
||||
|
||||
Reference in New Issue
Block a user