Skip to content

Commit

Permalink
Merge branch 'future-send' of github.com:sagebind/isahc into future-send
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Dec 31, 2020
2 parents 3821dec + 835f0b7 commit 4fe9f7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ use crate::headers::HasHeaders;
use encoding_rs::{CoderResult, Encoding};
use futures_lite::io::{AsyncRead, AsyncReadExt};
use http::Response;
use std::{
io,
};
use std::io;

// This macro abstracts over async and sync decoding, since the implementation
// of decoding a stream into text is the same.
Expand Down

0 comments on commit 4fe9f7e

Please sign in to comment.