summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-15 00:04:51 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-03-15 00:04:51 -0700
commit33d7f2ef4a255ccb2d3f7d0982093b2babab1b96 (patch)
treed830ad067f51d0e934b09845493a70472acae97d /src
parent161fd3649444263cae57a564585e7e2060a37bb4 (diff)
downloadssh2-rs-33d7f2ef4a255ccb2d3f7d0982093b2babab1b96.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 b3762da..ac43a47 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, net)]
+#![feature(unsafe_destructor, std_misc, collections, io, core, net)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]