Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottt committed Jun 26, 2024
1 parent 73bdb32 commit 33c87ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/component/http_resp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use {
cfg_if::cfg_if,
http::{HeaderName, HeaderValue},
hyper::http::response::Response,
std::str::FromStr,
};

const MAX_HEADER_NAME_LEN: usize = (1 << 16) - 1;
Expand Down

0 comments on commit 33c87ad

Please sign in to comment.