Skip to content

Commit

Permalink
chore: self review
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Apr 8, 2024
1 parent 3cf0471 commit 519d10a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 519d10a

Please sign in to comment.