summaryrefslogtreecommitdiff
path: root/tests/all.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-11-15 11:42:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-11-15 11:42:50 -0800
commitd2cea7c2975d165704a6c7d928a127a7ce1204b8 (patch)
tree8b0cfdfbecc6cdb57d3ec743cc741618edc1bee9 /tests/all.rs
parent27d760680cf7b756298c8cb61fabe3aaefe0e84a (diff)
downloadssh2-rs-d2cea7c2975d165704a6c7d928a127a7ce1204b8.zip
Update to rust master
Diffstat (limited to 'tests/all.rs')
-rw-r--r--tests/all.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/all.rs b/tests/all.rs
index 349ce50..2b194f7 100644
--- a/tests/all.rs
+++ b/tests/all.rs
@@ -1,8 +1,9 @@
extern crate ssh2;
extern crate libc;
-use std::os;
use std::mem;
+use std::num::Int;
+use std::os;
mod agent;
mod session;