Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt authored and algesten committed Mar 26, 2024
1 parent e303f09 commit 489b305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http_crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ mod tests {
#[test]
fn convert_to_http_response_bytes() {
use http::Response;
use std::io::{Cursor, Read};
use std::io::Cursor;

let mut response = super::Response::new(200, "OK", "tbr").unwrap();
// b'\xFF' as invalid UTF-8 character
Expand Down

0 comments on commit 489b305

Please sign in to comment.