Remove unused use of Error

This commit is contained in:
Joseph Birr-Pixton 2020-06-20 13:10:53 +01:00
parent ac3573bf98
commit 02910b186f
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use std::sync::atomic::{AtomicUsize, Ordering};
use std::mem;
use std::fmt;
use std::env;
use std::error::Error;
use std::io::{self, Write, Read, IoSlice};
use rustls;