diff options
author | Matthew Gumport <[email protected]> | 2024-03-05 17:04:13 -0800 |
---|---|---|
committer | Edward Wang <[email protected]> | 2024-03-15 14:37:56 -0700 |
commit | ae8ea771b1a738b379b4061c7d7e20ca0e22a542 (patch) | |
tree | 0cb24c97cc31ff4a2f5b4dba329416f5f9221676 /pingora-http | |
parent | 81e6adea4d38ae00387538fb48dd8a6aab1ad21f (diff) | |
download | pingora-ae8ea771b1a738b379b4061c7d7e20ca0e22a542.tar.gz pingora-ae8ea771b1a738b379b4061c7d7e20ca0e22a542.zip |
compile and test cleanly with nightly
The vast majority of these are redundant imports.
Diffstat (limited to 'pingora-http')
-rw-r--r-- | pingora-http/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pingora-http/src/lib.rs b/pingora-http/src/lib.rs index f310308..24b648f 100644 --- a/pingora-http/src/lib.rs +++ b/pingora-http/src/lib.rs @@ -30,7 +30,6 @@ use http::response::Builder as RespBuilder; use http::response::Parts as RespParts; use http::uri::Uri; use pingora_error::{ErrorType::*, OrErr, Result}; -use std::convert::TryInto; use std::ops::Deref; pub use http::method::Method; |