Skip to content

Commit

Permalink
chore: build errs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Feb 27, 2024
1 parent b1f49bd commit 85772a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/src/serializers/part_set_header_total.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/informalsystems/tendermint-rs/issues/679>
use core::{convert::TryFrom, fmt::Formatter};
use core::fmt::Formatter;

use serde::{
de::{Error, Visitor},
Expand Down

0 comments on commit 85772a9

Please sign in to comment.