mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 19:02:42 +00:00
Ignore clippy range_plus_one lints
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user