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,4 +1,5 @@
use std::fmt;
#[allow(unused)]
use std::ascii::AsciiExt;
use header::{Header, Raw, parsing};