Fix #93; why doesn't this fail for me or CI?

This commit is contained in:
Jon Gjengset 2018-11-03 16:03:30 -04:00
parent f02950a7b5
commit b45beb88ed
No known key found for this signature in database
GPG key ID: D64AC9D67176DC71

View file

@ -1,5 +1,6 @@
use bufstream::BufStream; use bufstream::BufStream;
use native_tls::{TlsConnector, TlsStream}; use native_tls::{TlsConnector, TlsStream};
use nom;
use std::collections::HashSet; use std::collections::HashSet;
use std::io::{self, Read, Write}; use std::io::{self, Read, Write};
use std::net::{TcpStream, ToSocketAddrs}; use std::net::{TcpStream, ToSocketAddrs};