Ignore clippy range_plus_one
lints
This commit is contained in:
parent
a90bbbfd82
commit
240d1e197a
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::range_plus_one)] // Minor readability lint requiring structural changes; not worth it.
|
||||
|
||||
use super::*;
|
||||
|
||||
/// New vec is bigger than old vec.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::range_plus_one)] // Minor readability lint requiring structural changes; not worth it.
|
||||
|
||||
use super::*;
|
||||
use crate::merkleize::{merkleize, pad_for_leaf_count};
|
||||
use int_to_bytes::int_to_bytes32;
|
||||
|
Loading…
Reference in New Issue
Block a user