From 85772a969ffc2097b3f6e51fa9246d5e60b32b66 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:34:25 +0100 Subject: [PATCH] chore: build errs fix --- proto/src/serializers/part_set_header_total.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/serializers/part_set_header_total.rs b/proto/src/serializers/part_set_header_total.rs index cecfc52d..34295506 100644 --- a/proto/src/serializers/part_set_header_total.rs +++ b/proto/src/serializers/part_set_header_total.rs @@ -5,7 +5,7 @@ //! from a string-quoted integer value into an integer value without quotes in //! Tendermint Core v0.34.0. This deserializer allows backwards-compatibility by //! deserializing both ways. See also: -use core::{convert::TryFrom, fmt::Formatter}; +use core::fmt::Formatter; use serde::{ de::{Error, Visitor},