From a69a7a46baeaa75a1ec7d529816bcbbfe1b850b2 Mon Sep 17 00:00:00 2001 From: Avril Date: Wed, 29 Jul 2020 13:53:27 +0100 Subject: [PATCH] unused import --- src/interval.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interval.rs b/src/interval.rs index e52564e..43897c0 100644 --- a/src/interval.rs +++ b/src/interval.rs @@ -4,7 +4,6 @@ use std::{ str, num::{self, NonZeroU64}, fmt, - convert::TryFrom, iter::FromIterator, };