From 519d10a75e4a68b239294bf407910ffde9e6307a Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:27:53 +0200 Subject: [PATCH] chore: self review --- proto/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/proto/src/lib.rs b/proto/src/lib.rs index fee02dc..7fe1940 100644 --- a/proto/src/lib.rs +++ b/proto/src/lib.rs @@ -34,12 +34,10 @@ pub use error::Error; use prost::{encoding::encoded_len_varint, Message}; #[cfg(not(feature = "std"))] pub mod tenderdash_nostd; -#[allow(warnings)] #[cfg(not(feature = "std"))] pub use tenderdash_nostd::*; #[cfg(feature = "std")] -#[allow(warnings)] pub mod tenderdash_std; #[cfg(feature = "std")] pub use tenderdash_std::*;