chore(lib): fix nightly unused warning about AsciiExt

This commit is contained in:
Sean McArthur
2017-11-06 17:58:12 -08:00
parent 40de599b58
commit 19caf54edd
6 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
use std::fmt::{self, Display};
use std::str::FromStr;
#[allow(unused)]
use std::ascii::AsciiExt;
use self::Charset::*;

View File

@@ -1,3 +1,4 @@
#[allow(unused)]
use std::ascii::AsciiExt;
use std::cmp;
use std::default::Default;