fix: fix warning messages

This commit is contained in:
jjy
2021-08-23 19:47:39 +08:00
parent 13d50d12d9
commit f0925ef6bd
2 changed files with 11 additions and 8 deletions
+1
View File
@@ -14,6 +14,7 @@ use crate::{Error, Merge, Result};
use core::fmt::Debug;
use core::marker::PhantomData;
#[allow(clippy::upper_case_acronyms)]
pub struct MMR<T, M, S: MMRStore<T>> {
mmr_size: u64,
batch: MMRBatch<T, S>,