Skip to content

Commit 59bf09a

Browse files
committed
allow clippy::needless_range_loop
1 parent 9549068 commit 59bf09a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

groestl/src/compress1024.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::needless_range_loop)]
12
use super::LongBlock;
23
use crate::table::TABLE;
34
use core::{convert::TryInto, u64};

groestl/src/compress512.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::needless_range_loop)]
12
use super::ShortBlock;
23
use crate::table::TABLE;
34
use core::{convert::TryInto, u64};

0 commit comments

Comments
 (0)