Skip to content

Commit 489b305

Browse files
johan-bjareholtalgesten
authored andcommitted
Fix unused import
1 parent e303f09 commit 489b305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http_crate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ mod tests {
329329
#[test]
330330
fn convert_to_http_response_bytes() {
331331
use http::Response;
332-
use std::io::{Cursor, Read};
332+
use std::io::Cursor;
333333

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

0 commit comments

Comments
 (0)