summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-25 09:44:24 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-25 09:44:24 -0700
commitb41fbc927ff55525fc4a6c31aea83e49604f84bc (patch)
treedd6600c32c73786e5ec9f9ab7efa405622765cd6 /src/lib.rs
parent20051a11312ff1769bd21c461232c0cb8bc99815 (diff)
downloadssh2-rs-b41fbc927ff55525fc4a6c31aea83e49604f84bc.zip
Update to rust master
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9019bbf..59a6b96 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -124,7 +124,7 @@
//! ```
#![doc(html_root_url = "http://alexcrichton.com/ssh2-rs")]
-#![feature(unsafe_destructor, std_misc, collections, io, core, io_ext)]
+#![feature(unsafe_destructor, std_misc, collections, io, io_ext, convert)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]