summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-07 11:51:17 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-03-07 11:51:17 -0800
commit80b4350918a236711ed193c06998ddc1af523e17 (patch)
treea30065aece8a6f679c79d430f2465a30e0d97769 /src
parentc3cdbc762c1b35bd260044870e655e06c75e738c (diff)
downloadssh2-rs-80b4350918a236711ed193c06998ddc1af523e17.zip
Update to rust master
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 13a10d3..b3762da 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, path, os, net)]
+#![feature(unsafe_destructor, std_misc, collections, io, core, path, net)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]