diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-03-19 09:27:33 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-19 09:27:33 -0700 |
commit | 86da5b3f85b3ab2bf86d53b07451b8e6eb823a49 (patch) | |
tree | 35a76ec072ed021e06f6f28bac85d20f83282c08 /tests/all.rs | |
parent | e9fd4baa53e9b2f18c7627716644c5e5a930a368 (diff) | |
download | ssh2-rs-86da5b3f85b3ab2bf86d53b07451b8e6eb823a49.zip |
Use new metadata format for Cargo
Diffstat (limited to 'tests/all.rs')
-rw-r--r-- | tests/all.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.rs b/tests/all.rs index 1cde6e2..74c38b1 100644 --- a/tests/all.rs +++ b/tests/all.rs @@ -1,5 +1,5 @@ #![deny(warnings)] -#![feature(io, core, net)] +#![feature(core)] extern crate ssh2; extern crate libc; |