Remove uneeded features
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
//! let _ = email_client.quit();
|
||||
//! ```
|
||||
|
||||
#![feature(plugin, core, io, collections, net, str_words)]
|
||||
#![feature(plugin, core, collections, str_words)]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
Reference in New Issue
Block a user