merkle-tree: Use matches
crate when targeting eBPF
This commit is contained in:
committed by
Trent Nelson
parent
ddc0a16cec
commit
a44c32694f
@ -1,3 +1,8 @@
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
||||
#[cfg(target_arch = "bpf")]
|
||||
#[macro_use]
|
||||
extern crate matches;
|
||||
|
||||
pub mod merkle_tree;
|
||||
pub use merkle_tree::MerkleTree;
|
||||
|
Reference in New Issue
Block a user