Rust Version, Linting & CI Fix

This commit is contained in:
Neshura 2023-09-07 20:33:47 +02:00
parent 6ab4ae7244
commit cf36c8205b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 7 additions and 11 deletions
src/v3

View file

@ -5,10 +5,10 @@ use actix_web::{
web::{self, Json},
HttpRequest, HttpResponse, Responder,
};
use sqlx::{Execute, QueryBuilder};
use sqlx::{QueryBuilder};
use crate::{
db::{self, schemas::EmpireEthic},
db::{self},
AppState,
};