summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-04 22:32:02 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-04 22:32:02 -0800
commite02c7fcacf4f0ac96c90d374d1446c566f4d7215 (patch)
tree1a6e4d12ea87825f4a7141b3c233d24198f0a2b7 /src/lib.rs
parent763fcce23a4d6736be609d0e758ca667299b7547 (diff)
downloadssh2-rs-e02c7fcacf4f0ac96c90d374d1446c566f4d7215.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 9bcef9e..d4ce3fc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -88,7 +88,7 @@
//! let contents = remote_file.read_to_end();
//! ```
-#![feature(phase, unsafe_destructor)]
+#![feature(phase, unsafe_destructor, associated_types)]
#![deny(warnings, missing_docs)]
extern crate "libssh2-sys" as raw;