Fixed the code that shouldn't have worked without AsciiExt.
This commit is contained in:
parent
7a1d1d2af6
commit
d6786936fa
2 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
|||
//! }).unwrap();
|
||||
//! # }
|
||||
//! ```
|
||||
#[cfg(feature = "ctcp")]
|
||||
use std::ascii::AsciiExt;
|
||||
use std::collections::HashMap;
|
||||
use std::path::Path;
|
||||
use std::sync::{Arc, Mutex, RwLock};
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//! Enumeration of all available client commands.
|
||||
use std::ascii::AsciiExt;
|
||||
use std::str::FromStr;
|
||||
|
||||
use error::MessageParseError;
|
||||
|
|
Loading…
Add table
Reference in a new issue