mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-09 00:47:19 +08:00
run cargo clippy
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use json::{object, JsonValue};
|
||||
use actix_web::{HttpResponse, HttpRequest};
|
||||
use json::{JsonValue};
|
||||
use actix_web::{HttpRequest};
|
||||
|
||||
use crate::router::global;
|
||||
use crate::encryption;
|
||||
|
||||
pub fn error(req: HttpRequest, body: String) -> Option<JsonValue> {
|
||||
|
Reference in New Issue
Block a user