summaryrefslogtreecommitdiff
path: root/src/channel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.rs')
-rw-r--r--src/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.rs b/src/channel.rs
index 6328938..85c6576 100644
--- a/src/channel.rs
+++ b/src/channel.rs
@@ -4,7 +4,7 @@ use std::io::prelude::*;
use std::io::{self, ErrorKind};
use std::slice;
-use util::{Binding, SessionBinding};
+use util::SessionBinding;
use {raw, Error, Session};
/// A channel represents a portion of an SSH connection on which data can be