Remove deprecated AsciiExt
This commit is contained in:
parent
6f2820d7f6
commit
12003c880c
2 changed files with 0 additions and 3 deletions
|
@ -45,8 +45,6 @@
|
||||||
//! # }
|
//! # }
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
#[cfg(feature = "ctcp")]
|
|
||||||
use std::ascii::AsciiExt;
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use std::sync::{Arc, Mutex, RwLock};
|
use std::sync::{Arc, Mutex, RwLock};
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
//! Enumeration of all available client commands.
|
//! Enumeration of all available client commands.
|
||||||
use std::ascii::AsciiExt;
|
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
use error::MessageParseError;
|
use error::MessageParseError;
|
||||||
|
|
Loading…
Add table
Reference in a new issue