summaryrefslogtreecommitdiff
path: root/tests/all.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-02 09:49:25 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-02 09:49:25 -0700
commit77456e87ba3888d7a9fc62f3e87aeb3a09098f60 (patch)
tree0cdea4f6cbd7a02c9bc450227abcb1ed53454ff7 /tests/all.rs
parent86c56ecb1d2c3d784020b25c0b00bc29fa5c0a66 (diff)
downloadssh2-rs-77456e87ba3888d7a9fc62f3e87aeb3a09098f60.zip
Update to rust master
Diffstat (limited to 'tests/all.rs')
-rw-r--r--tests/all.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/all.rs b/tests/all.rs
index 5930a8f..6ff6c5e 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,5 +1,4 @@
#![deny(warnings)]
-#![feature(convert)]
extern crate ssh2;
extern crate libc;