allow unused AsciiExt import

This commit is contained in:
Sean McArthur
2017-11-09 10:16:14 -08:00
parent 3698fffcc1
commit 0b23967c4b
+1
View File
@@ -28,6 +28,7 @@ use byte_str::ByteStr;
use bytes::Bytes;
use std::{fmt, u8, u16};
#[allow(unused)]
use std::ascii::AsciiExt;
use std::hash::{Hash, Hasher};
use std::str::{self, FromStr};