Fixing some extra imports
This commit is contained in:
parent
6c826625fd
commit
aa989ce0e5
2 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
use std::net::{TcpStream, ToSocketAddrs};
|
use std::net::{TcpStream, ToSocketAddrs};
|
||||||
use openssl::ssl::{SslContext, SslStream};
|
use openssl::ssl::{SslContext, SslStream};
|
||||||
use std::io::{ErrorKind, Read, Write};
|
use std::io::{Read, Write};
|
||||||
use std::io::{self};
|
use std::io::{self};
|
||||||
|
|
||||||
use super::mailbox::Mailbox;
|
use super::mailbox::Mailbox;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
extern crate openssl;
|
|
||||||
|
|
||||||
use std::io::{self};
|
use std::io::{self};
|
||||||
use std::result;
|
use std::result;
|
||||||
use std::fmt::{self};
|
use std::fmt::{self};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue