Skip to content

Commit 87e75f2

Browse files
committed
Allowing misterious clippy complaints(more)
1 parent f289702 commit 87e75f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libafl_targets/src/sancov_8bit.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ mod observers {
340340
}
341341
}
342342

343+
#[allow(clippy::into_iter_without_iter)]
343344
impl<'it, const DIFFERENTIAL: bool> IntoIterator for &'it CountersMultiMapObserver<DIFFERENTIAL> {
344345
type Item = <Iter<'it, u8> as Iterator>::Item;
345346
type IntoIter = Flatten<Iter<'it, OwnedMutSlice<'static, u8>>>;
@@ -349,6 +350,7 @@ mod observers {
349350
}
350351
}
351352

353+
#[allow(clippy::into_iter_without_iter)]
352354
impl<'it, const DIFFERENTIAL: bool> IntoIterator
353355
for &'it mut CountersMultiMapObserver<DIFFERENTIAL>
354356
{

0 commit comments

Comments
 (0)