Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Mar 19, 2024
1 parent 5d23bea commit 8d01b40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ extern crate alloc;

mod error;
mod prelude;
#[allow(warnings)]
mod tendermint;

use bytes::{Buf, BufMut};
use core::{convert::TryFrom, fmt::Display};
use core::fmt::Display;
use prost::Message;

pub use error::Error;
Expand Down

0 comments on commit 8d01b40

Please sign in to comment.