summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-03 08:39:28 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-03 08:39:28 -0800
commitb273909b65f04481a14974eea69e078483adcad4 (patch)
tree3c768e756e3813a658ab0996f0eee38178b15a8d /src
parent034286176f67c0b69c50dfead67ac96a75379e3f (diff)
downloadssh2-rs-b273909b65f04481a14974eea69e078483adcad4.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 6d95408..61f71c7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -114,7 +114,7 @@
//! let contents = remote_file.read_to_end();
//! ```
-#![feature(unsafe_destructor, std_misc, collections, io, core, path, hash)]
+#![feature(unsafe_destructor, std_misc, collections, io, core, path, hash, libc)]
#![deny(missing_docs, unused_results)]
#![cfg_attr(test, deny(warnings))]