Skip to content

Commit

Permalink
Merge pull request #152 from erickt/master
Browse files Browse the repository at this point in the history
AsciiExt was deprecated in 1.26.0
  • Loading branch information
frewsxcv committed Dec 21, 2018
2 parents e4d71bd + 6461bd0 commit a6507d2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/client.rs
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

use ascii::{AsciiString};
use std::ascii::AsciiExt;

use std::io::Error as IoError;
use std::io::Result as IoResult;
Expand Down
1 change: 0 additions & 1 deletion src/common.rs
Expand Up @@ -13,7 +13,6 @@
// limitations under the License.

use ascii::{AsciiString, AsciiStr, FromAsciiError};
use std::ascii::AsciiExt;
use std::fmt::{self, Display, Formatter};
use std::str::{FromStr};
use std::cmp::Ordering;
Expand Down
2 changes: 0 additions & 2 deletions src/request.rs
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use std::ascii::AsciiExt;

use std::io::Error as IoError;
use std::io::{self, Cursor, Read, Write, ErrorKind};

Expand Down
1 change: 0 additions & 1 deletion src/response.rs
Expand Up @@ -14,7 +14,6 @@

use common::{Header, HTTPVersion, StatusCode, HTTPDate};

use std::ascii::AsciiExt;
use std::cmp::Ordering;
use std::sync::mpsc::Receiver;

Expand Down

0 comments on commit a6507d2

Please sign in to comment.