From 38cba9f3ad25624bffe3c57820cff354e9760602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 8 Jun 2025 13:46:46 +0200 Subject: xtask: Cargo clippy lints --- xtask/src/run/iter.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xtask/src/run') diff --git a/xtask/src/run/iter.rs b/xtask/src/run/iter.rs index d18ad49..d53a9d2 100644 --- a/xtask/src/run/iter.rs +++ b/xtask/src/run/iter.rs @@ -9,6 +9,7 @@ pub trait CoalescingRunner<'c> { } #[cfg(not(feature = "rayon"))] +#[allow(clippy::module_inception)] mod iter { use super::*; use crate::{argument_parsing::Globals, cargo_command::*, run::run_and_convert}; @@ -28,6 +29,7 @@ mod iter { } #[cfg(feature = "rayon")] +#[allow(clippy::module_inception)] mod iter { use super::*; use crate::{argument_parsing::Globals, cargo_command::*, run::run_and_convert}; -- cgit v1.2.3