71 |
#[allow(clippy::copy_iterator)]
|
72 |
impl Iterator for EnglishId {
|
217 |
#[allow(clippy::copy_iterator)]
|
218 |
impl Iterator for OrderedScheduler {
|
332 |
#[allow(clippy::copy_iterator)]
|
333 |
impl Iterator for ProductScheduler {
|
237 |
#[allow(clippy::copy_iterator)]
|
238 |
impl Iterator for RandomScheduler {
|
342 |
#[allow(clippy::copy_iterator)]
|
343 |
impl Iterator for UniqueProductScheduler {
|
30 |
clippy::checked_conversions,
|
31 |
clippy::copy_iterator,
|
32 |
clippy::fallible_impl_from,
|
49 |
clippy::cast_possible_truncation,
|
50 |
clippy::copy_iterator
|
51 |
)]
|