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::*;