From 278f2c323937d5802a62b7d0fe346eae579a6ebb Mon Sep 17 00:00:00 2001 From: "shiro.lee" Date: Sat, 6 Jul 2024 14:08:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecstore/src/endpoint.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ecstore/src/endpoint.rs b/ecstore/src/endpoint.rs index 7b6cef1c4..264290609 100644 --- a/ecstore/src/endpoint.rs +++ b/ecstore/src/endpoint.rs @@ -9,7 +9,6 @@ use std::net::IpAddr; use std::{ collections::{hash_map::Entry, HashMap}, path::Path, - usize, }; use url::{ParseError, Url};