Simplify PgConnection import.

This commit is contained in:
2026-04-25 22:24:18 +01:00
parent 76c63fc3ef
commit a8349e6813
3 changed files with 5 additions and 5 deletions

View File

@@ -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(