Resolve unused '#[allow(clippy::while_let_on_iterator)]' error supressions

This commit is contained in:
Dr. Dystopia 2021-07-24 20:04:52 +02:00
parent 575db6f51d
commit c577a7d677

View File

@ -97,7 +97,6 @@ impl<'a> System<'a> for Sys {
const ORIGIN: Origin = Origin::Common;
const PHASE: Phase = Phase::Create;
#[allow(clippy::while_let_on_iterator)] // TODO: Pending review in #587
fn run(
_job: &mut Job<Self>,
(