From 02910b186f040d6897abd6846d15893c5695f400 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sat, 20 Jun 2020 13:10:53 +0100 Subject: [PATCH] Remove unused use of Error --- rustls/tests/api.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rustls/tests/api.rs b/rustls/tests/api.rs index fc85d6b1..195cb3bd 100644 --- a/rustls/tests/api.rs +++ b/rustls/tests/api.rs @@ -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;