cargo clippy

This commit is contained in:
Ethan O'Brien
2024-11-21 21:09:36 -06:00
parent b21deaee5f
commit 2a4d927a41
11 changed files with 30 additions and 36 deletions

View File

@@ -180,7 +180,7 @@ async fn get_clearrate_json() -> JsonValue {
let new = get_json();
result.replace(new.clone());
}
return rv;
rv
}
pub async fn clearrate(_req: HttpRequest) -> Option<JsonValue> {