From 819e1ccce5c503329bf6ed5dd9078553a48997c5 Mon Sep 17 00:00:00 2001 From: Sergiu Puscas Date: Mon, 5 Apr 2021 18:44:00 +0200 Subject: [PATCH] std::iter not needed --- src/rust/api/client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rust/api/client.rs b/src/rust/api/client.rs index 206db88044..e1ad6cf5c0 100644 --- a/src/rust/api/client.rs +++ b/src/rust/api/client.rs @@ -1,7 +1,6 @@ use std::error; use std::fmt::{self, Display}; use std::io::{self, Cursor, Read, Seek, SeekFrom, Write}; -use std::iter; use std::str::FromStr; use std::thread::sleep; use std::time::Duration;