Skip to content

Commit

Permalink
proto: allow std when grpc-* feature is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Jul 24, 2023
1 parent d9f53d3 commit 38ffb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! tendermint-proto library gives the developer access to the Tendermint proto-defined structs.

#![no_std]
#![cfg_attr(not(any(feature = "grpc-server", feature = "grpc-client")), no_std)]
#![deny(warnings, trivial_casts, trivial_numeric_casts, unused_import_braces)]
#![allow(clippy::large_enum_variant)]
#![forbid(unsafe_code)]
Expand Down

0 comments on commit 38ffb15

Please sign in to comment.