[router] add cargo clippy in CI and fix-up linting errors (#9242)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use axum::body::Body;
|
||||
use axum::extract::Request;
|
||||
use axum::http::{HeaderMap, HeaderName, HeaderValue};
|
||||
use axum::http::HeaderMap;
|
||||
|
||||
/// Copy request headers to a Vec of name-value string pairs
|
||||
/// Used for forwarding headers to backend workers
|
||||
|
||||
Reference in New Issue
Block a user