From 11f71b832c3ad81fdcc0b05a88817e0ec089f742 Mon Sep 17 00:00:00 2001 From: Omar Sobh Date: Tue, 15 Sep 2026 22:53:40 -0500 Subject: [PATCH] rtx-cfd: the regeneration profile block sits above the too_many_arguments attribute, not between it and its function --- crates/specialized/rtx-cfd/src/mesh/patch_gen.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs b/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs index c4a9a0f..293b4c9 100644 --- a/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs +++ b/crates/specialized/rtx-cfd/src/mesh/patch_gen.rs @@ -720,7 +720,6 @@ pub fn cylinder_flag_patch_deformed_tip( } /// [`cylinder_flag_patch_deformed_from`] with the flat tip. -#[allow(clippy::too_many_arguments)] thread_local! { /// PERF-2 P0 (`docs/perf2_campaign.md`): wall time [ns] of the /// regeneration's stages on this thread — outline, hull + offset, ring @@ -738,6 +737,7 @@ pub fn regen_profile() -> [u64; 8] { REGEN_NS.with(|r| *r.borrow()) } +#[allow(clippy::too_many_arguments)] pub fn cylinder_flag_patch_deformed_from_tip( prev: Option<&PatchMesh>, centre: [f64; 2],