Remove deprecated AsciiExt

This commit is contained in:
Eunchong Yu 2018-08-19 08:50:38 +09:00
parent 6f2820d7f6
commit 12003c880c
2 changed files with 0 additions and 3 deletions

View file

@ -45,8 +45,6 @@
//! # }
//! ```
#[cfg(feature = "ctcp")]
use std::ascii::AsciiExt;
use std::collections::HashMap;
use std::path::Path;
use std::sync::{Arc, Mutex, RwLock};

View file

@ -1,5 +1,4 @@
//! Enumeration of all available client commands.
use std::ascii::AsciiExt;
use std::str::FromStr;
use error::MessageParseError;