Skip to content

Commit

Permalink
Fixed clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jun 21, 2024
1 parent e88fdb8 commit f647f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pingora-core/src/protocols/http/compression/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use super::HttpTask;

use bytes::Bytes;
use http::header::ACCEPT_RANGES;
use log::warn;
use pingora_error::{ErrorType, Result};
use pingora_http::{RequestHeader, ResponseHeader};
Expand Down

0 comments on commit f647f04

Please sign in to comment.