Fix build warnings (#3)
All checks were successful
Rust Build / Check (push) Successful in 29s
Rust Build / Test Suite (push) Successful in 35s
Rust Build / Rustfmt (push) Successful in 25s
Rust Build / Clippy (push) Successful in 29s
Rust Build / build (push) Successful in 38s
Release Tagging / release (push) Successful in 28s
Rust Build / Check (pull_request) Successful in 38s
Rust Build / Test Suite (pull_request) Successful in 33s
Rust Build / Rustfmt (pull_request) Successful in 25s
Rust Build / Clippy (pull_request) Successful in 31s
Rust Build / build (pull_request) Successful in 38s

Reviewed-on: #3
Co-authored-by: phoenix <kundeng94@gmail.com>
Co-committed-by: phoenix <kundeng94@gmail.com>
This commit is contained in:
2025-03-29 22:35:57 +00:00
committed by phoenix
parent c164b3e00e
commit f2005de668
3 changed files with 52 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
use axum::{
Json, Router,
http::StatusCode,
routing::{get, post},
// Json,
Router,
// http::StatusCode,
routing::get,
// routing::{get, post},
};
use serde::{Deserialize, Serialize};
// use serde::{Deserialize, Serialize};
#[tokio::main]
async fn main() {