mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +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 super::*;
|
||||||
|
|
||||||
/// New vec is bigger than old vec.
|
/// 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 super::*;
|
||||||
use crate::merkleize::{merkleize, pad_for_leaf_count};
|
use crate::merkleize::{merkleize, pad_for_leaf_count};
|
||||||
use int_to_bytes::int_to_bytes32;
|
use int_to_bytes::int_to_bytes32;
|
||||||
|
|||||||
Reference in New Issue
Block a user